diff --git a/src/pages/page1/saicComponents/Init.vue b/src/pages/page1/saicComponents/Init.vue index f991007..32d7313 100644 --- a/src/pages/page1/saicComponents/Init.vue +++ b/src/pages/page1/saicComponents/Init.vue @@ -1001,7 +1001,7 @@ export default { oParagraph2.AddInlineLvlSdt(oInlineLvlSdtStandCode) // oParagraph2.AddText(Asc.scope.standCNName); oParagraph2.SetFontSize(32) - oParagraph2.SetSpacing(1.8) + oParagraph2.SetSpacing(0.08) oParagraph2.SetSpacingBefore(949) oParagraph2.SetSpacingAfter(597) oParagraph2.SetFontFamily('黑体') @@ -1277,7 +1277,7 @@ export default { AllContentControls[i].RemoveElement(0) AllContentControls[i].AddElement(oRunStandENName, 0) parentParagraph.SetFontSize(32) - parentParagraph.SetSpacing(1.8) + parentParagraph.SetSpacing(0.08) parentParagraph.SetSpacingBefore(949) parentParagraph.SetSpacingAfter(597) parentParagraph.SetFontFamily('黑体')