张延森 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
 }
220
 }
221
 
221
 
222
 .pre-load {
222
 .pre-load {
223
-  position: fixed;
223
+  position: absolute;
224
   width: 100%;
224
   width: 100%;
225
-  min-height: 100%;
225
+  min-height: 100vh;
226
   z-index: 100;
226
   z-index: 100;
227
 
227
 
228
   & > img {
228
   & > img {