样式调整
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -111,7 +111,7 @@ export default { | ... | @@ -111,7 +111,7 @@ export default { |
111 | background: url(../../image/loginBoxBg.png) no-repeat; | 111 | background: url(../../image/loginBoxBg.png) no-repeat; |
112 | width: 400px; | 112 | width: 400px; |
113 | height: 350px; | 113 | height: 350px; |
114 | margin: 35vh 40vw; | 114 | margin: 35vh auto; |
115 | overflow: hidden; | 115 | overflow: hidden; |
116 | background-size: 100% 100%; | 116 | background-size: 100% 100%; |
117 | box-sizing: border-box; | 117 | box-sizing: border-box; | ... | ... |
-
Please register or sign in to post a comment