@@ -658,7 +658,7 @@ export const getTableData = (data,fontSize=10)=>{
: '',
bold: cell.bl ? true : false,
italic: cell.it ? true : false,
- fontSize: cell.fs || fontSize
+ fontSize: (cell.fs || fontSize)*0.75
}
_row.push({
text:cell.m,