Ver Fonte

字体大小

luowei há 1 ano atrás
pai
commit
3624225f82

+ 1 - 1
soc-modules/soc-modules-file/src/main/java/com/xunmei/file/service/LocalSysFileServiceImpl.java

@@ -319,7 +319,7 @@ public class LocalSysFileServiceImpl implements ISysFileService {
         String checkTime = data.getTaskStartTime();
         String checkUser = data.getCheckUser();
 
-        Font titleFont = new Font(fs, 8, Font.NORMAL);
+        Font titleFont = new Font(fs, 10, Font.NORMAL);
         PdfUtil.createPDFCell(titleFont, table, "调阅单位", Element.ALIGN_MIDDLE, 10, 0);
         PdfUtil.createPDFCell(titleFont, table, data.getOrgName(), Element.ALIGN_MIDDLE, 13, 0);
         PdfUtil.createPDFCell(titleFont, table, "调阅人", Element.ALIGN_MIDDLE, 8, 0);