Commit 25c0e518f1359e92d73d72fc232a28eb2357bf8e
1 parent
cae34cb2
1.修复系统推出后,登录界面显示异常
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/login/Login.css
| @@ -112,7 +112,7 @@ | @@ -112,7 +112,7 @@ | ||
| 112 | position: absolute; | 112 | position: absolute; |
| 113 | width: 330px; | 113 | width: 330px; |
| 114 | height: 320px; | 114 | height: 320px; |
| 115 | - padding: 0 27px; | 115 | + padding: 0 27px!important; |
| 116 | /*top: 2%;*/ | 116 | /*top: 2%;*/ |
| 117 | right: 5%; | 117 | right: 5%; |
| 118 | background: #fff; | 118 | background: #fff; |
| @@ -185,7 +185,7 @@ | @@ -185,7 +185,7 @@ | ||
| 185 | } | 185 | } |
| 186 | 186 | ||
| 187 | .loginBottom { | 187 | .loginBottom { |
| 188 | - margin-bottom: 0; | 188 | + margin-bottom: 0!important; |
| 189 | } | 189 | } |
| 190 | 190 | ||
| 191 | .loginButton { | 191 | .loginButton { |