Explorar o código

fix: ppt发布表格字体缩放

shanbinzhang hai 2 meses
pai
achega
505dd6f08f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,