修改提出优化点

This commit is contained in:
sunFlower
2022-10-25 17:39:51 +08:00
parent 8371b71631
commit 853bceb72b
3 changed files with 6 additions and 5 deletions
@@ -703,7 +703,7 @@
} }
} }
if (res.db_field_name == 'paramsName') { if (res.db_field_name == 'paramsName') {
this.columns[index].width = 200 this.columns[index].width = 300
this.columns[index].scopedSlots = { this.columns[index].scopedSlots = {
customRender: 'paramsName' customRender: 'paramsName'
} }
@@ -526,7 +526,7 @@
} }
} }
if (res.db_field_name == 'paramsName') { if (res.db_field_name == 'paramsName') {
this.columns[index].width = 200 this.columns[index].width = 300
this.columns[index].ellipsis = false this.columns[index].ellipsis = false
this.columns[index].scopedSlots = { this.columns[index].scopedSlots = {
customRender: 'paramsName' customRender: 'paramsName'
@@ -849,9 +849,10 @@
margin-right: 10px; margin-right: 10px;
} }
/*::v-deep .box-input-index .ant-select-selection--multiple {*/ ::v-deep .box-input-index .ant-select-selection--multiple::-webkit-scrollbar {
/* height: 44px!important;*/ /*height: 52px!important;*/
/*}*/ display: block;
}
.itemOption { .itemOption {
display: inline-block; display: inline-block;