Răsfoiți Sursa

又调style

Karsa 10 luni în urmă
părinte
comite
3f6f77b4ff
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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;
   }
 }