Browse Source

登录页

panhui 3 năm trước cách đây
mục cha
commit
a636e2a5df
2 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 2 1
      src/views/account/Login.vue
  2. 2 1
      src/views/account/Register.vue

+ 2 - 1
src/views/account/Login.vue

@@ -273,7 +273,8 @@ export default {
 .login {
     padding: 40px 50px 100px;
     background-repeat: no-repeat;
-    background-size: 100% 100%;
+    background-size: cover;
+    background-position: center bottom;
 }
 /deep/input:-webkit-autofill {
     box-shadow: 0 0 0px 1000px #101010 inset;

+ 2 - 1
src/views/account/Register.vue

@@ -236,7 +236,8 @@ export default {
 .login {
     padding: 40px 50px 100px;
     background-repeat: no-repeat;
-    background-size: 100% 100%;
+    background-size: cover;
+    background-position: center bottom;
 }
 .tabs {
     display: flex;