张延森 3 years ago
parent
commit
c88b373070
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/signup.vue

+ 2
- 2
src/pages/signup.vue View File

@@ -220,9 +220,9 @@ export default {
220 220
 }
221 221
 
222 222
 .pre-load {
223
-  position: fixed;
223
+  position: absolute;
224 224
   width: 100%;
225
-  min-height: 100%;
225
+  min-height: 100vh;
226 226
   z-index: 100;
227 227
 
228 228
   & > img {