Karsa 10 mēneši atpakaļ
vecāks
revīzija
d6df50bd7b
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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;
   }
 }