Explorar o código

Merge branch 'eta1.7.5' into debug

Karsa hai 1 ano
pai
achega
4981d2804c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/components/sheet.vue

+ 2 - 1
src/components/sheet.vue

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