Karsa 10 kuukautta sitten
vanhempi
commit
d6df50bd7b
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/components/sheet.vue

+ 2 - 1
src/components/sheet.vue

@@ -24,7 +24,7 @@ const dynamicSty = computed(()=>{
   <table 
     cellpadding="0" 
     cellspacing="0" 
-    :style="`font-size: ${props.config.FontSize||9}px`"
+    :style="`font-size: ${props.config.FontSize||12}px`"
   >
     <tbody>
       <tr 
@@ -143,6 +143,7 @@ table {
   td,th {
     width: auto;
     height: auto;
+    padding: 0.4em 0;
   }
 }