server/service/src/main/java/com/doumee/core/annotation/excel/ExcelExporter.java
@@ -358,6 +358,7 @@ style.setVerticalAlignment(VerticalAlignment.CENTER); // 设置背景 style.setFillPattern(FillPatternType.SOLID_FOREGROUND); style.setFillForegroundColor(IndexedColors.GREY_25_PERCENT.getIndex()); // 字体 Font font = workbook.createFont(); font.setFontHeightInPoints((short)12);