panhui 3 vuotta sitten
vanhempi
commit
a636e2a5df
2 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  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;