ソースを参照

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 {