Commit 37bac73d by li_hongchao

1、比中信息审核页面上,查询条件中原编码号、目标远编码号添加位数显示

2、全国案件库:
  输入框标题的对齐样式,不需要星号对齐,文字 对齐即可;
  3、逻辑分库新增必填选项前面的 * 颜色调整
parent a9f4f0b4
......@@ -28,12 +28,12 @@
<el-form-item label="源条码号:" prop="ytmh" :class="{ytmhSt:isSt,ytmhDs:!isSt}">
<el-input v-model="ruleForm.ytmh" placeholder="请输入源条码号"
maxlength="23" clearable />
maxlength="23" clearable show-word-limit/>
</el-form-item>
<el-form-item label="目标条码号:" prop="mbtmh" class="mbtmh">
<el-input v-model="ruleForm.mbtmh" placeholder="请输入目标条码号"
maxlength="23" clearable />
maxlength="23" clearable show-word-limit/>
</el-form-item>
</div>
......
......@@ -557,11 +557,12 @@
font-family: HarmonyOS_Sans_SC;
color: #333333;
//&::before {
// position: absolute;
// left: -10px;
// transform: translateY(-70px);
//}
&::before {
color: #F56C6C;
//position: absolute;
//left: -10px;
//transform: translateY(-70px);
}
}
.is-error {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment