Browse Source

修改弹窗高度

zhy 1 week ago
parent
commit
3a47b1e695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -51,7 +51,7 @@ export default {
 }
 .isbox {
   position: fixed;
-  top: 30vh;
+  top: 25vh;
   left: 40%;
   // margin-left: -50%;
   width: 400px;