mirror of https://gitee.com/karson/fastadmin.git
修复jquery.validator提示信息被遮挡
parent
8b6fd6e2cf
commit
35c0a7ed6e
|
|
@ -748,6 +748,8 @@ form.form-horizontal .control-label {
|
|||
.n-bootstrap {
|
||||
.input-group > .n-right {
|
||||
position:absolute;
|
||||
/*修复jquery.validator提示信息被遮挡*/
|
||||
left:100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -793,4 +795,4 @@ form.form-horizontal .control-label {
|
|||
margin: 2px 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue