Commit 20ac22be5ada2ba7ed0af7e91c6ec30734227988
Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main
Showing
1 changed file
with
2 additions
and
2 deletions
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 { | ... | ... |