yuanrf 4 달 전
부모
커밋
60e763ed36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/MarkDown/JsonToWordHelper.cs

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

@@ -119,7 +119,7 @@ public static class JsonToWordHelper
 
         builder.ParagraphFormat.ClearFormatting();
         builder.ParagraphFormat.Alignment = ParagraphAlignment.Left;
-        builder.ParagraphFormat.FirstLineIndent = 22; // 首行缩进,约2字符
+        builder.ParagraphFormat.FirstLineIndent = 32; // 首行缩进,约2字符
         builder.ParagraphFormat.SpaceAfter = 6;
         builder.Font.Bold = false;
         builder.Font.Size = 16;