浏览代码

Fix stylelint error

zhixin 2 年之前
父节点
当前提交
1f1ca08f6b
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/themes/_theme.scss

+ 1 - 2
src/themes/_theme.scss

@@ -205,8 +205,7 @@
     }
     }
 
 
     .fixed-table-body {
     .fixed-table-body {
-      overflow-x: auto;
-      overflow-y: auto;
+      overflow: auto auto;
       height: 100%;
       height: 100%;
 
 
       .fixed-table-loading {
       .fixed-table-loading {