Commit 25c0e518f1359e92d73d72fc232a28eb2357bf8e

Authored by Min
1 parent cae34cb2

1.修复系统推出后,登录界面显示异常

src/components/login/Login.css
... ... @@ -112,7 +112,7 @@
112 112 position: absolute;
113 113 width: 330px;
114 114 height: 320px;
115   - padding: 0 27px;
  115 + padding: 0 27px!important;
116 116 /*top: 2%;*/
117 117 right: 5%;
118 118 background: #fff;
... ... @@ -185,7 +185,7 @@
185 185 }
186 186  
187 187 .loginBottom {
188   - margin-bottom: 0;
  188 + margin-bottom: 0!important;
189 189 }
190 190  
191 191 .loginButton {
... ...