[update] 修改企标制修订流程

This commit is contained in:
lideqin
2024-01-03 18:36:41 +08:00
parent a1e2403095
commit d0e22cd06b
15 changed files with 1104 additions and 35 deletions
+20
View File
@@ -127,4 +127,24 @@
/* ant表单样式 */
.ant-form-item {
font-size: 0.24rem;
}
// 所有的form表单下 required 必填项 前面加红字提示
.required {
/deep/ .van-cell__title {
span {
display: inline-block;
line-height: 100%;
vertical-align: middle;
}
span::before{
content: '*';
display: inline-block;
height: 100%;
line-height: 100%;
vertical-align: middle;
margin-right: 0.12rem;
color: #E63636;
}
}
}