diff --git a/src/pages/page1/saicComponents/Init.vue b/src/pages/page1/saicComponents/Init.vue index 3dd1a8c..c3c9fe5 100644 --- a/src/pages/page1/saicComponents/Init.vue +++ b/src/pages/page1/saicComponents/Init.vue @@ -2169,6 +2169,7 @@ export default { const oDrawing = Api.CreateShape('rect', 6110900, 9000, oFill, oStroke) oDrawing.SetWrappingStyle('inline') oParagraphLine.AddDrawing(oDrawing) + oParagraphLine.SetSpacingLine(240, 'auto') oDrawing.SetDistances(0, 541, 0, 0) oParagraphStandardName.InsertParagraph(oParagraphLine, 'after') @@ -2176,7 +2177,7 @@ export default { const oParagraphBox = Api.CreateParagraph() oParagraphBox.SetSpacingBefore(400) const oStrokeBox = Api.CreateStroke(0, Api.CreateSolidFill(Api.CreateRGBColor(255, 0, 13))) - const oDrawingBox = Api.CreateShape('rect', 6110900, 6130900, null, oStrokeBox) + const oDrawingBox = Api.CreateShape('rect', 6110900, 6110900, null, oStrokeBox) oDrawingBox.SetVerticalTextAlign('top') oParagraphBox.AddDrawing(oDrawingBox) oParagraphLine.InsertParagraph(oParagraphBox, 'after')