修复jquery.validator提示信息被遮挡

pull/41/head
devlike 2018-02-25 10:48:08 +08:00
parent 8b6fd6e2cf
commit 35c0a7ed6e
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}
}
}
}