瀏覽代碼

fix: ppt发布表格字体缩放

shanbinzhang 1 月之前
父節點
當前提交
505dd6f08f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/ppt_manage/newVersion/utils/untils.js

+ 1 - 1
src/views/ppt_manage/newVersion/utils/untils.js

@@ -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,