style: alert Rule 下拉框样式调整

This commit is contained in:
@changcode
2021-09-27 15:39:23 +08:00
parent 4aba56b702
commit c1ed41785a
7 changed files with 18 additions and 20 deletions

View File

@@ -40,6 +40,7 @@
ref="customTableTitle"
:custom-table-title="customTableTitle"
:original-table-title="tableTitle"
:operation-true="operationRecord"
@close="tools.showCustomTableTitle = false"
@update="updateCustomTableTitle"
></element-set>
@@ -92,7 +93,8 @@ export default {
type: Object
},
nzTableHeightOffset: Number,
searchRight: Boolean
searchRight: Boolean,
operationRecord: Boolean
},
computed: {
nzTableHeight () {