style: alert Rule 下拉框样式调整
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user