mirror of https://gitee.com/karson/fastadmin.git
优化前台验证提示位置
parent
0fb7924420
commit
42fdea065a
|
|
@ -475,6 +475,27 @@ form.form-horizontal .control-label {
|
|||
padding: 15px;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.n-bootstrap {
|
||||
.n-right {
|
||||
margin-top: 0;
|
||||
top: -20px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
|
||||
.msg-wrap {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.col-xs-12 > .n-right {
|
||||
.msg-wrap {
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nav-pills > li {
|
||||
|
|
|
|||
Loading…
Reference in New Issue