mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-24 12:51:38 +08:00
修改机构用户、登录页验证码ui错位问题
This commit is contained in:
@@ -25,7 +25,14 @@
|
|||||||
border-top:1px solid #FFF;
|
border-top:1px solid #FFF;
|
||||||
padding:7px 10px 3px 10px;
|
padding:7px 10px 3px 10px;
|
||||||
}
|
}
|
||||||
|
.classtree-search{
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 39px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.classtree-topbar a{
|
.classtree-topbar a{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width:24px;
|
width:24px;
|
||||||
|
|||||||
6
static/bootstrap/css/bootstrap.min.css
vendored
6
static/bootstrap/css/bootstrap.min.css
vendored
@@ -2471,12 +2471,6 @@ a.thumbnail:focus,
|
|||||||
a.thumbnail:hover {
|
a.thumbnail:hover {
|
||||||
border-color: #337ab7
|
border-color: #337ab7
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail .caption {
|
|
||||||
padding: 9px;
|
|
||||||
color: #333
|
|
||||||
}
|
|
||||||
|
|
||||||
.media {
|
.media {
|
||||||
margin-top: 15px
|
margin-top: 15px
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,9 +23,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
|
||||||
.signin-form .has-feedback.row .mdi {
|
|
||||||
left: 15px;
|
|
||||||
}
|
}
|
||||||
html, body{
|
html, body{
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
|
|||||||
@@ -24,9 +24,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
|
||||||
.signin-form .has-feedback.row .mdi {
|
|
||||||
left: 15px;
|
|
||||||
}
|
}
|
||||||
html, body{
|
html, body{
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
|
|||||||
@@ -26,9 +26,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.signin-form .has-feedback.row .mdi {
|
|
||||||
left: 15px;
|
|
||||||
}
|
|
||||||
.signin-form .form-group:last-child,
|
.signin-form .form-group:last-child,
|
||||||
.login-right p:last-child {
|
.login-right p:last-child {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|||||||
@@ -27,9 +27,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.signin-form .has-feedback.row .mdi {
|
|
||||||
left: 15px;
|
|
||||||
}
|
|
||||||
.signin-form .form-group:last-child,
|
.signin-form .form-group:last-child,
|
||||||
.login-right p:last-child {
|
.login-right p:last-child {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|||||||
@@ -27,9 +27,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
|
||||||
.signin-form .has-feedback.row .mdi {
|
|
||||||
left: 15px;
|
|
||||||
}
|
}
|
||||||
html, body{
|
html, body{
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
|
|||||||
@@ -26,9 +26,6 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.signin-form .has-feedback.row .mdi {
|
|
||||||
left: 15px;
|
|
||||||
}
|
|
||||||
.signin-form .form-group:last-child,
|
.signin-form .form-group:last-child,
|
||||||
.login-right p:last-child {
|
.login-right p:last-child {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user