ota-升级活动备案-升级目标车型-表单

This commit is contained in:
刘彦泽
2023-03-29 17:52:48 +08:00
parent da36408bd5
commit 44ba3dbf12
@@ -20,7 +20,7 @@
<span class="title-text-text" :title="$t('selectTheVehicleTemplate')">{{$t('selectTheVehicleTemplate')}}</span> <span class="title-text-text" :title="$t('selectTheVehicleTemplate')">{{$t('selectTheVehicleTemplate')}}</span>
</div> </div>
<a-form-model-item class="itemModel" prop="dutyTerritory"> <a-form-model-item class="itemModel" prop="dutyTerritory">
<a-select :disabled="disabled" class="box-input" v-model="form.cxmb" allowClear :placeholder="$t('PleaseSelect')" @change="update"> <a-select :disabled="disabled" class="box-input" v-model="form.cxmb" allowClear :placeholder="$t('PleaseSelect')" @change="update">
<a-select-option v-for="(item , key ) in selectListMb" :key="key" :value="item.id" > <a-select-option v-for="(item , key ) in selectListMb" :key="key" :value="item.id" >
{{ item.cpdjbh }} {{ item.cpdjbh }}
</a-select-option> </a-select-option>
@@ -334,9 +334,9 @@ import ImportFile from '@/components/ImportFileData/index'
} }
.box-title-text-add { .box-title-text-add {
line-height: 1.4; //line-height: 1.4;
display: flex; display: flex;
align-items: center;
} }
.title-text-add { .title-text-add {
@@ -350,7 +350,7 @@ import ImportFile from '@/components/ImportFileData/index'
// text-overflow: ellipsis; // text-overflow: ellipsis;
// white-space: nowrap; // white-space: nowrap;
height: 42px; height: 42px;
line-height: 42px; //line-height: 20px;
margin-top: 3px; margin-top: 3px;
} }
@@ -364,7 +364,7 @@ import ImportFile from '@/components/ImportFileData/index'
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
height: 42px; height: 42px;
line-height: 42px; //line-height: 42px;
margin-top: 3px; margin-top: 3px;
margin-bottom: 20px; margin-bottom: 20px;
} }
@@ -396,11 +396,11 @@ import ImportFile from '@/components/ImportFileData/index'
} }
.plus{ .plus{
margin-top: 5px; margin-top: 5px;
line-height: 1.4 !important; line-height: 1.2;
} }
.plus2{ .plus2{
word-break: break-all; word-break: break-all;
line-height: 1.3; line-height: 1.2;
} }
.Required { .Required {
color: red; color: red;