[update] 法规符合性排查流程

This commit is contained in:
lideqin
2024-07-08 18:00:50 +08:00
parent 8d826a244e
commit 735f0429a4
2 changed files with 9 additions and 9 deletions
@@ -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]" />