Sfoglia il codice sorgente

框架修改后的bug-弹窗关闭页面会滚动

yuhan 1 anno fa
parent
commit
84e3c81d8e
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

@@ -41,6 +41,8 @@
   #app {
   #app {
     height: 100%;
     height: 100%;
     /* 改变框架 */
     /* 改变框架 */
-    overflow: hidden;
+    /* overflow: hidden;
+    position: relative;
+    width: calc(100% - 8px); */
   }
   }
 </style>
 </style>