Selaa lähdekoodia

修改登录样式

zhaoke 2 vuotta sitten
vanhempi
commit
4a03c6e8d1
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/login/index.vue

+ 2 - 1
src/views/login/index.vue

@@ -332,12 +332,13 @@ $light_gray: #eee;
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-size: cover;
   background-size: cover;
   display: flex;
   display: flex;
-  justify-content: center;
+  justify-content: flex-end;
   align-items: center;
   align-items: center;
   ::v-deep .login-form {
   ::v-deep .login-form {
     position: relative;
     position: relative;
     width: 416px;
     width: 416px;
     height: 424px;
     height: 424px;
+    margin-right: 337px;
     background: #ffffff;
     background: #ffffff;
     box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.5);
     border-radius: 8px;
     border-radius: 8px;