[update] 细节
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="description">
|
<a-form-model-item class="itemModel" prop="description">
|
||||||
<a-input class="box-input add-input"
|
<a-input class="box-input add-input"
|
||||||
style='height: 135px; width: 100%'
|
style='height: 95px; width: 100%'
|
||||||
type="textarea"
|
type="textarea"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
v-model="formInline.description"
|
v-model="formInline.description"
|
||||||
@@ -137,6 +137,7 @@
|
|||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
|
<span class="Required">*</span>
|
||||||
<span class="title-text-text"
|
<span class="title-text-text"
|
||||||
:title="$t('ParameterName')">{{$t('certificationCategory')}}</span>
|
:title="$t('ParameterName')">{{$t('certificationCategory')}}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -152,7 +153,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24" style='margin-top: 5px'>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
@@ -201,7 +202,7 @@
|
|||||||
<a-form-model-item class="itemModel" prop="controlValues">
|
<a-form-model-item class="itemModel" prop="controlValues">
|
||||||
<a-input class="box-input add-input"
|
<a-input class="box-input add-input"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
style='height: 135px'
|
style='height: 95px'
|
||||||
type="textarea"
|
type="textarea"
|
||||||
v-model="formInline.controlValues"
|
v-model="formInline.controlValues"
|
||||||
:placeholder="$t('PleaseEnter')+$t('controlAlternatives')"/>
|
:placeholder="$t('PleaseEnter')+$t('controlAlternatives')"/>
|
||||||
@@ -272,7 +273,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a-form-model-item class="itemModel" prop="description">
|
<a-form-model-item class="itemModel" prop="description">
|
||||||
<a-input class="box-input add-input"
|
<a-input class="box-input add-input"
|
||||||
style='height: 135px; width: 100%'
|
style='height: 95px; width: 100%'
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
v-model="item.description"
|
v-model="item.description"
|
||||||
@@ -359,6 +360,9 @@ export default {
|
|||||||
trigger: 'change'
|
trigger: 'change'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
certCategory: [
|
||||||
|
{ required: true, message: this.$t('pleaseSelect')+this.$t('certificationCategory'), type: 'array', trigger: 'change' },
|
||||||
|
],
|
||||||
isMust: [
|
isMust: [
|
||||||
{ required: true, message: this.$t('pleaseSelect')+this.$t('Required'), trigger: 'change' },
|
{ required: true, message: this.$t('pleaseSelect')+this.$t('Required'), trigger: 'change' },
|
||||||
],
|
],
|
||||||
@@ -570,7 +574,7 @@ export default {
|
|||||||
width: 130px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
/deep/.add-input{
|
/deep/.add-input{
|
||||||
min-height: 135px!important;
|
min-height: 95px!important;
|
||||||
}
|
}
|
||||||
.formAdd .ant-form-item-control-wrapper {
|
.formAdd .ant-form-item-control-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user