Browse Source

Merge branch 'eta1.7.5' into debug

Karsa 1 năm trước cách đây
mục cha
commit
4981d2804c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
   }
 }