Browse Source

又调style

Karsa 10 tháng trước cách đây
mục cha
commit
3f6f77b4ff
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

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