必填的项增加星号

This commit is contained in:
RuoYi
2019-12-31 16:34:24 +08:00
parent 1c6e5cf665
commit 2d55917f2e
33 changed files with 96 additions and 91 deletions

View File

@ -322,6 +322,11 @@
}
/** 表单验证 样式布局 **/
.control-label.is-required:before {
content: '* ';
color: red;
}
label.error {
position: absolute;
right: 18px;