Преглед изворни кода

登录页背景图 style fix

Michael Wang пре 3 година
родитељ
комит
15dc49aef0
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/features/UserLogin/UserLogin.vue

+ 3 - 1
src/features/UserLogin/UserLogin.vue

@@ -525,7 +525,9 @@ function closeApp() {
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
-  min-height: 600px;
+  min-height: 400px;
+  height: calc(100vh - 240px);
+  max-height: 700px;
   display: flex;
   align-items: center;
 }