diff --git a/src/pages/page1/saicComponents/Init.vue b/src/pages/page1/saicComponents/Init.vue index 3c5fe3b..7b4a3c7 100644 --- a/src/pages/page1/saicComponents/Init.vue +++ b/src/pages/page1/saicComponents/Init.vue @@ -281,7 +281,7 @@ export default { const oParagraph2 = Api.CreateParagraph() oParagraph2.AddText('中国重型汽车集团有限公司企业标准') oParagraph2.SetFontSize(48) - oParagraph2.SetSpacing(0.8) + // oParagraph2.SetSpacing(0.8) oParagraph2.SetFontFamily('黑体') oParagraph2.SetJc('center') oParagraph2.SetBold(false)