From 275064da8b3dd8452bc9fb26614473fec698761f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 6 Sep 2023 10:54:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BB=A3=E6=9B=BF=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=BA=94=E6=94=B9=E4=B8=BA=E9=BB=91=E4=BD=9310.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/page1/saicComponents/Init.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/page1/saicComponents/Init.vue b/src/pages/page1/saicComponents/Init.vue index e6b9d03..08d75ed 100644 --- a/src/pages/page1/saicComponents/Init.vue +++ b/src/pages/page1/saicComponents/Init.vue @@ -325,7 +325,7 @@ export default { oParagraphOne.AddInlineLvlSdt(oInlineLvlSdtStandCodeOne) oParagraphOne.SetJc('right') oParagraphOne.SetFontSize(21) - oParagraphOne.SetFontFamily('宋体') + oParagraphOne.SetFontFamily('黑体') oParagraphOne.SetSpacingBefore(0) oParagraphOne.SetSpacingAfter(0) oParagraphOne.SetBold(false)