陈冉 6 anni fa
parent
commit
88da95d988
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 1
    0
      src/App.vue
  2. 3
    1
      src/views/vote/signup.vue

+ 1
- 0
src/App.vue Vedi File

@@ -54,6 +54,7 @@ export default {
54 54
 #app {
55 55
   width: 100%;
56 56
   height: 100%;
57
+  overflow-y: auto;
57 58
   // position: relative;
58 59
 }
59 60
 </style>

+ 3
- 1
src/views/vote/signup.vue Vedi File

@@ -176,6 +176,8 @@ export default {
176 176
   width: 100%;
177 177
   // height: 100%;
178 178
   // background-color: rgba(209, 220, 228, 1);
179
+  // background:no-repeat center;
180
+  // background-size:100% 100%;
179 181
   display: flex;
180 182
   justify-content: center;
181 183
 
@@ -444,7 +446,7 @@ export default {
444 446
         font-weight: bolder;
445 447
         color: rgba(255, 255, 255, 1);
446 448
         line-height: 0.28rem;
447
-            margin-top: 1rem;
449
+        margin-top: 1rem;
448 450
       }
449 451
     }
450 452
   }