瀏覽代碼

样式再调

Karsa 10 月之前
父節點
當前提交
d6df50bd7b
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
   }
 }