样式
This commit is contained in:
+31
-29
@@ -43,13 +43,11 @@
|
||||
<span class="Required">*</span>
|
||||
<span class="title-text-text" :title="$t('upgraderecordnumber')">{{ $t('upgraderecordnumber') }}</span>
|
||||
</div>
|
||||
<div style="width:78%">
|
||||
<!-- <span class="title-text-text">中文</span> -->
|
||||
<a-form-model-item prop="babh">
|
||||
<a-form-model-item class="itemModel" prop="babh">
|
||||
<a-input class="box-input" v-model="form.babh" :title='form.babh' :placeholder="$t('pleaseEnter')"
|
||||
style="width:93%" :max-length="50"></a-input>
|
||||
style="width:100%" :max-length="50"></a-input>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="24">
|
||||
@@ -57,12 +55,12 @@
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('theNameOfFirm')">{{ $t('theNameOfFirm') }}</span>
|
||||
</div>
|
||||
<div class="title-text-add-input">
|
||||
<!-- <span class="title-text-text">中文</span> -->
|
||||
<a-form-model-item class="itemModel">
|
||||
<a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')"
|
||||
disabled style="width:93%" :max-length="50"></a-input>
|
||||
disabled style="width:100%" :max-length="50"></a-input>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</div>
|
||||
</a-col>
|
||||
|
||||
<a-col :span="24">
|
||||
@@ -123,32 +121,33 @@
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{ $t('Vehicledynamictype') }}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" style="width: 38%;margin-right:12px">
|
||||
<!-- <j-dict-select-tag class="box-input"
|
||||
:disabled="disabled"
|
||||
@change="projectNameChange"
|
||||
:placeholder="$t('PleaseSelect')"
|
||||
:type="'select'"
|
||||
:triggerChange="false"
|
||||
v-model="form.Vehicledynamictype"/> -->
|
||||
<a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')"
|
||||
@change="changeSelect($event, target)">
|
||||
<a-form-model-item class="itemModel " >
|
||||
<div style="display:flex;flex-wrap: nowrap;width: 100%;">
|
||||
<div style="width: 90%;margin-right: 20px;">
|
||||
<a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')"
|
||||
@change="changeSelect($event, target)"
|
||||
style="width: 100%;"
|
||||
>
|
||||
<a-select-option v-for="(item, key) in projectNameList1" :key="key" :value="item">
|
||||
{{ item }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
<div style="width: 100%;">
|
||||
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')"
|
||||
@change="update2"
|
||||
style="width: 100%;"
|
||||
>
|
||||
<a-select-option v-for="(item, key) in projectNameList2" :key="key" :value="item">
|
||||
{{ item }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</a-form-model-item>
|
||||
<a-form-model-item class="itemModel" style="width: 40%;">
|
||||
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')"
|
||||
@change="update2">
|
||||
<a-select-option v-for="(item, key) in projectNameList2" :key="key" :value="item">
|
||||
{{ item }}
|
||||
<!-- <span style="display: inline-block;width: 100%" :title=" item.projectName ">
|
||||
{{ item.projectName}}
|
||||
</span> -->
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-model-item>
|
||||
|
||||
</div>
|
||||
</a-col>
|
||||
|
||||
@@ -430,6 +429,7 @@ export default {
|
||||
width: calc(100% - 130px);
|
||||
display: inline-block;
|
||||
margin-top: 2px;
|
||||
max-width: 486px;
|
||||
}
|
||||
|
||||
.box-input {
|
||||
@@ -461,4 +461,6 @@ export default {
|
||||
.Required {
|
||||
color: red;
|
||||
margin-right: 3px;
|
||||
}</style>
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user