@@ -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;
}