Browse Source

又调style

Karsa 10 months ago
parent
commit
3f6f77b4ff
1 changed files with 2 additions and 1 deletions
  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;
   }
 }