bug 67553
This commit is contained in:
+18
-8
@@ -92,8 +92,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="left" height="50px">{{$t('conditionsareupgradesperformed')}}</td>
|
||||
<td height="50px">
|
||||
<j-dict-select-tag class="box-input"
|
||||
<td height="50px" style='position: relative'>
|
||||
<j-dict-select-tag class="box-input1"
|
||||
style='margin-top: 2px'
|
||||
:disabled="disable"
|
||||
v-model="form.zxsj"
|
||||
@@ -105,8 +105,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="left" height="50px">{{$t('upgradefailureorinterruption')}}</td>
|
||||
<td height="50px">
|
||||
<j-multi-select-tag class="box-input"
|
||||
<td height="50px" style='position: relative'>
|
||||
<j-multi-select-tag class="box-input1"
|
||||
v-model="form.aqjz"
|
||||
style='margin-top: 2px'
|
||||
:disabled="disable"
|
||||
@@ -136,8 +136,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="left" height="50px">{{$t('upgradepackagetest')}}</td>
|
||||
<td height="50px">
|
||||
<j-multi-select-tag class="box-input"
|
||||
<td height="50px" style='position: relative'>
|
||||
<j-multi-select-tag class="box-input1"
|
||||
style='margin-top: 2px'
|
||||
:disabled="disable"
|
||||
v-model="form.sjbcs"
|
||||
@@ -441,12 +441,19 @@ this.$forceUpdate()
|
||||
|
||||
.box-input {
|
||||
display: inline-block;
|
||||
width: 70%;
|
||||
width: calc(70% - 30px);
|
||||
height: 38px;
|
||||
margin-top: 10px;
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.box-input1 {
|
||||
display: inline-block;
|
||||
width: calc(100% - 80px);
|
||||
position: absolute;
|
||||
height: 38px;
|
||||
margin-left: 40px;
|
||||
top: 4px;
|
||||
}
|
||||
::v-deep .ant-table-row-cell-ellipsis .ant-table-column-title {
|
||||
white-space: pre-wrap!important;
|
||||
}
|
||||
@@ -545,4 +552,7 @@ this.$forceUpdate()
|
||||
padding: 0 45px;
|
||||
display: flex;
|
||||
}
|
||||
::v-deep .box-input1 .ant-select-selection__rendered {
|
||||
//width: 200px !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user