修改提出优化点
This commit is contained in:
@@ -703,7 +703,7 @@
|
||||
}
|
||||
}
|
||||
if (res.db_field_name == 'paramsName') {
|
||||
this.columns[index].width = 200
|
||||
this.columns[index].width = 300
|
||||
this.columns[index].scopedSlots = {
|
||||
customRender: 'paramsName'
|
||||
}
|
||||
|
||||
@@ -526,7 +526,7 @@
|
||||
}
|
||||
}
|
||||
if (res.db_field_name == 'paramsName') {
|
||||
this.columns[index].width = 200
|
||||
this.columns[index].width = 300
|
||||
this.columns[index].ellipsis = false
|
||||
this.columns[index].scopedSlots = {
|
||||
customRender: 'paramsName'
|
||||
|
||||
+4
-3
@@ -849,9 +849,10 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/*::v-deep .box-input-index .ant-select-selection--multiple {*/
|
||||
/* height: 44px!important;*/
|
||||
/*}*/
|
||||
::v-deep .box-input-index .ant-select-selection--multiple::-webkit-scrollbar {
|
||||
/*height: 52px!important;*/
|
||||
display: block;
|
||||
}
|
||||
|
||||
.itemOption {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user