Karsa 10 kuukautta sitten
vanhempi
commit
3f6f77b4ff
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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;
   }
 }