浏览代码

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;
   }
 }