Pārlūkot izejas kodu

ppt生成pptx文件时文字也带行高

yujinwen 2 nedēļas atpakaļ
vecāks
revīzija
8c03fd20ce
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      src/views/ppt_manage/newVersion/utils/untils.js

+ 3 - 0
src/views/ppt_manage/newVersion/utils/untils.js

@@ -198,6 +198,9 @@ export const toTextProps = (json) => {
               options.paraSpaceBefore = 0.1
               bulletFlag = false
             }
+            if(styleObj['line-height']){
+              options.lineSpacingMultiple=styleObj['line-height']
+            }
             slices.push({ text, options })
         } else if ('children' in item) _parse(item.children, styleObj)
     }