From 09bca23b2f2e4fc7c607e908aeb43eeef8882227 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 11 Oct 2024 10:27:23 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=AD=A3=E6=96=87=E5=A4=84=E7=9A=84?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=AD=97=E9=97=B4=E8=B7=9D=E4=BB=8E1.8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA0.08?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/page1/saicComponents/Init.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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('黑体')