Browse Source

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

yuhan 1 year ago
parent
commit
84e3c81d8e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

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