Ver código fonte

样式再调

Karsa 10 meses atrás
pai
commit
d6df50bd7b
1 arquivos alterados com 2 adições e 1 exclusões
  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;
   }
 }