ソースを参照

Merge branch 'eta1.7.5' into debug

Karsa 1 年間 前
コミット
4981d2804c
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/components/sheet.vue

+ 2 - 1
src/components/sheet.vue

@@ -141,8 +141,9 @@ table {
 }
 
 .pc-sty table {
-  table-layout: fixed;
+  table-layout: auto;
   td,th {
+    width: auto;
     height: auto;
   }
 }