Browse Source

修复y轴隐藏

1
mo 1 year ago
parent
commit
eac817ca0a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/layout/index.module.less

+ 2 - 2
src/components/layout/index.module.less

@@ -15,8 +15,8 @@
 
 
     padding: 20px 32px 32px;
     padding: 20px 32px 32px;
     height: calc(100vh - 64px);
     height: calc(100vh - 64px);
-    // overflow-y: auto;
-    overflow: hidden;
+    overflow-y: auto;
+    // overflow: hidden;
   }
   }
 }
 }