Browse Source

fix: 选择器不支持

菲鸽 2 years ago
parent
commit
27bb11e568
1 changed files with 1 additions and 11 deletions
  1. 1 11
      src/layouts/default.vue

+ 1 - 11
src/layouts/default.vue

@@ -5,18 +5,8 @@
 </template>
 
 <style lang="scss">
-page {
-  height: 100%;
-  overflow: auto;
-}
-
-body {
-  height: 100%;
-  overflow: auto;
-}
-
 .default-layout {
-  height: 100%;
+  height: 100vh;
   overflow: auto;
 }
 </style>