必填的项增加星号
This commit is contained in:
@ -322,6 +322,11 @@
|
||||
}
|
||||
|
||||
/** 表单验证 样式布局 **/
|
||||
.control-label.is-required:before {
|
||||
content: '* ';
|
||||
color: red;
|
||||
}
|
||||
|
||||
label.error {
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
|
Reference in New Issue
Block a user