表单验证优化

This commit is contained in:
RuoYi
2019-02-25 13:19:06 +08:00
parent 6a3ba38b45
commit b033c858b8
27 changed files with 134 additions and 190 deletions

View File

@ -2318,16 +2318,6 @@ table.dataTable thead .sorting:after {
.google-map {
height: 300px;
}
/* Validation */
label.error {
color: #cc5965;
display: inline-block;
margin-left: 5px;
}
.form-control.error {
border: 1px dotted #cc5965;
}
/* ngGrid */
.gridStyle {
border: 1px solid #d4d4d4;

View File

@ -171,11 +171,16 @@
label.error {
position: absolute;
right: 18px;
top: 7px;
top: 10px;
color: #ef392b;
font-size: 12px
}
.input-group label.error {
left: 255px;
z-index:99;
}
.Validform_error,input.error,select.error {
background-color: #fbe2e2;
border-color: #c66161;