修改参数列表
This commit is contained in:
+6
-2
@@ -604,7 +604,7 @@
|
||||
this.formInline[this.uploadName] = attIdList.join(',')
|
||||
this.formInline = { ...this.formInline }
|
||||
},
|
||||
tempSaveClick(){
|
||||
tempSaveClick() {
|
||||
|
||||
},
|
||||
submit(releaseStatus) {
|
||||
@@ -845,10 +845,14 @@
|
||||
.box-input-index {
|
||||
width: calc(100% - 130px);
|
||||
display: inline-block;
|
||||
height: 38px;
|
||||
height: 48px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/*::v-deep .box-input-index .ant-select-selection--multiple {*/
|
||||
/* height: 44px!important;*/
|
||||
/*}*/
|
||||
|
||||
.itemOption {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user