Ver Fonte

Merge branch 'bug7842'

shanbinzhang há 1 dia atrás
pai
commit
1f9ae69d58
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/ppt_manage/newVersion/utils/untils.js

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

@@ -666,7 +666,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,
         align: alignMap[cell.HorizontalType] || alignMap[cell.ht] || 'center',
         valign: 'center'
       }