Bladeren bron

首页高度

natasha 2 jaren geleden
bovenliggende
commit
750f03f439
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      src/views/login/index.vue

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

@@ -539,10 +539,12 @@ export default {
     min-height: 100vh;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
+    padding-bottom: 104px;
     .logoAndlogin {
       width: 1260px;
       margin: 0 auto;
       position: relative;
+      min-height: 600px;
       // display: flex;
       .login {
         position: absolute;
@@ -605,7 +607,7 @@ export default {
   }
   .bottom {
     position: absolute;
-    bottom: -104px;
+    bottom: 0px;
     width: 100%;
     background: #2c2c2c;
     height: 104px;