Commit 20ac22be5ada2ba7ed0af7e91c6ec30734227988

Authored by chenxt
2 parents 3cd0cc03 25c0e518

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main

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 {
... ...