From bd1e34c90b0fa0b0395b6e177aad928a215a2593 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 6 Sep 2024 17:07:30 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B0=81=E9=9D=A2=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E8=A1=8C=E5=89=8D=E9=9D=A2=E7=9A=84=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=EF=BC=8C=E8=A7=A3=E5=86=B3=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8B=E8=BD=BD=E5=90=8E=E5=B0=81=E9=9D=A2?= =?UTF-8?q?=E4=BC=9A=E6=9C=89=E4=B8=A4=E9=A1=B5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/page1/saicComponents/Init.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/page1/saicComponents/Init.vue b/src/pages/page1/saicComponents/Init.vue index 66c2df2..3c5fe3b 100644 --- a/src/pages/page1/saicComponents/Init.vue +++ b/src/pages/page1/saicComponents/Init.vue @@ -472,7 +472,7 @@ export default { const oDrawing2 = Api.CreateShape('rect', 6110900, 18000, oFill2, oStroke2) oDrawing2.SetWrappingStyle('inline') oParagraphLine2.AddDrawing(oDrawing2) - oParagraphLine2.AddLineBreak() + // oParagraphLine2.AddLineBreak() oParagraphLine2.SetSpacingLine(240, 'auto') oDocument.InsertContent([oParagraphLine2]) const oParagraph10 = Api.CreateParagraph() @@ -483,6 +483,7 @@ export default { oParagraph10.SetJc('center') oParagraph10.SetBold(false) oParagraph10.SetPosition(0) + oParagraph10.SetSpacingBefore(70) oParagraph10.SetSpacingLine(240, 'auto') oDocument.InsertContent([oParagraph10]) oParagraph10.Search('发布')[0].SetSpacing(3)