Karsa il y a 10 mois
Parent
commit
3f6f77b4ff
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;
   }
 }