|
|
@ -89,6 +89,14 @@ export default { |
|
|
|
} |
|
|
|
</script> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.aui-card--fill { |
|
|
|
height: 100%; |
|
|
|
::v-deep .el-card__body{ |
|
|
|
height: 100%; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.input-with-select { |
|
|
|
width: 500px; |
|
|
|
|
|
|
@ -99,5 +107,6 @@ export default { |
|
|
|
::v-deep .el-input-group__prepend { |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|