yuanrf il y a 2 semaines
Parent
commit
dff202e679

+ 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();