From 2f2857e5daafd1b7df6b9f7fcd614d46dddda034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 19 Sep 2023 17:45:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=88=97=E9=A1=B9=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=AE=8B=E4=BD=93=EF=BC=8C=E6=AE=B5=E5=89=8D=E6=AE=B5?= =?UTF-8?q?=E5=90=8E0=E4=B8=AA=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/page1/components/FirstLevelListing.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pages/page1/components/FirstLevelListing.vue b/src/pages/page1/components/FirstLevelListing.vue index d4a7d05..f479122 100644 --- a/src/pages/page1/components/FirstLevelListing.vue +++ b/src/pages/page1/components/FirstLevelListing.vue @@ -169,16 +169,15 @@ const oParagraph = Api.CreateParagraph() // oParagraph.SetSpacingLine(400, "auto"); let oTextPr = numbering.GetTextPr(); - oTextPr.SetFontFamily("黑体"); + oTextPr.SetFontFamily("宋体"); var oParaPr = numbering.GetParaPr(); - oParaPr.SetSpacingLine(290, "auto"); + oParaPr.SetSpacingLine(240, "auto"); oParaPr.SetJc("tab"); oParaPr.SetIndFirstLine(-420); // oParaPr.SetIndFirstLine(0); oParagraph.SetNumbering(numbering) oParagraph.SetContextualSpacing(true) oParagraph.SetFontFamily('宋体') - oParagraph.SetSpacingBefore(1) oParagraph.SetIndLeft(840); oParagraph.SetFontSize(21) oParagraph.SetHighlight(255, 255, 0); @@ -233,17 +232,16 @@ } } let oTextPr = numbering.GetTextPr(); - oTextPr.SetFontFamily("黑体"); + oTextPr.SetFontFamily("宋体"); const oParaPr = numbering.GetParaPr(); // oParaPr.SetIndLeft(1310) oParaPr.SetJc("left"); - oParaPr.SetSpacingLine(290, "auto"); + oParaPr.SetSpacingLine(240, "auto"); oParaPr.SetIndFirstLine(-420); const oParagraph = Api.CreateParagraph() oParagraph.SetNumbering(numbering) oParagraph.SetContextualSpacing(true) oParagraph.SetFontFamily('宋体') - oParagraph.SetSpacingBefore(2) oParagraph.SetFontSize(21) oParagraph.SetIndLeft(1260); oParagraph.SetHighlight(255, 255, 0);