yuanrf 4 月之前
父節點
當前提交
dff202e679
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/MarkDown/JsonToWordHelper.cs

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/MarkDown/JsonToWordHelper.cs

@@ -30,7 +30,7 @@ public static class JsonToWordHelper
         builder.ParagraphFormat.ClearFormatting();
         builder.ParagraphFormat.Alignment = ParagraphAlignment.Center;
         builder.Font.Bold = true;
-        builder.Font.Size = 24;
+        builder.Font.Size = 22;
         builder.Writeln(model.Title ?? string.Empty);
 
         builder.InsertParagraph();