[update] 法规符合性排查流程
This commit is contained in:
+8
-8
@@ -580,14 +580,14 @@ export default {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.file-flex-item {
|
||||
width: 280px !important;
|
||||
}
|
||||
|
||||
.form-flex-item {
|
||||
width: calc((100% - 280px) / 2);
|
||||
padding: 0 20px;
|
||||
}
|
||||
//.file-flex-item {
|
||||
// width: 280px !important;
|
||||
//}
|
||||
//
|
||||
//.form-flex-item {
|
||||
// width: calc((100% - 280px) / 2);
|
||||
// padding: 0 20px;
|
||||
//}
|
||||
|
||||
.center-operate-box {
|
||||
float: right;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<!-- 标准名称 -->
|
||||
<a-form-item :labelCol="$i18n.locale === EN ? labelColEn : labelCol"
|
||||
:wrapperCol="$i18n.locale === EN ? wrapperColEn : wrapperCol"
|
||||
:label="$t('standardNumber')">
|
||||
:label="$t('standardName')">
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('standardName')"
|
||||
:maxLength="50"
|
||||
v-decorator="['standardName', validatorRules.standardName]" />
|
||||
|
||||
Reference in New Issue
Block a user