mirror of https://gitee.com/y_project/RuoYi.git
优化select2搜索下拉后校验必填样式问题(I5VZY0)
parent
6e176c807c
commit
bd0e574268
|
@ -338,7 +338,7 @@ label.error {
|
||||||
|
|
||||||
.input-group label.error {
|
.input-group label.error {
|
||||||
z-index:99;
|
z-index:99;
|
||||||
right: 42px
|
right: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group input.error + label.error + .input-group-addon>i {
|
.input-group input.error + label.error + .input-group-addon>i {
|
||||||
|
@ -347,10 +347,14 @@ label.error {
|
||||||
|
|
||||||
.input-group.date label.error {
|
.input-group.date label.error {
|
||||||
z-index:99;
|
z-index:99;
|
||||||
right: 42px
|
right: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Validform_error,input.error,textarea.error,select.error {
|
.select2-hidden-accessible + label.error {
|
||||||
|
right: 38px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Validform_error,input.error,textarea.error,select.error,label.error+.select2-container--bootstrap .select2-selection--single {
|
||||||
background-color: #fbe2e2;
|
background-color: #fbe2e2;
|
||||||
border-color: #c66161;
|
border-color: #c66161;
|
||||||
color: #c00
|
color: #c00
|
||||||
|
|
Loading…
Reference in New Issue