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