fix: 修复policy新建时form的时间提示被盖住,以及限制输入框内容长度的问题

(cherry picked from commit 7b8ca90436)
This commit is contained in:
刘洪洪
2023-10-30 15:05:48 +08:00
committed by 陈劲松
parent 90b90fdd3c
commit 8fd283c1e7
2 changed files with 14 additions and 8 deletions

View File

@@ -101,6 +101,12 @@
justify-content: flex-start;
height: 24px;
line-height: 24px;
.policy-form-item {
.el-form-item__error {
width: 260px;
}
}
}
.el-input--mini .el-input__inner {