修改提出优化点
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
+4
-3
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user