zhaolf 3 anni fa
parent
commit
f150346b8c
1 ha cambiato i file con 6 aggiunte e 3 eliminazioni
  1. 6 3
      src/pages/login/index.vue

+ 6 - 3
src/pages/login/index.vue

@@ -90,17 +90,21 @@
     padding: 0px 0px 0px 0px !important;
     margin: 0px 0px 0px 0px !important;
     background-color: white !important;
-    height: 103.5% !important;
+    height: 100% !important;
   }
   .left {
     width: 33%;
+    height: 100%;
   }
 
   .right {
     width: 67%;
     background: url("../../../static/images/loginbg_right.png") no-repeat 100% 0%;
     background-size: contain;
-    padding: 5%;
+    display: flex;
+    flex-direction: column;
+    padding-left: 70px;
+    padding-top: 70px;
 
     .logo {
       width: 100px;
@@ -111,7 +115,6 @@
       font-weight: bold;
       margin-top: 50px;
       margin-left: 50px;
-
       .el-input {
         width: 400px;
       }