Pārlūkot izejas kodu

feat:
导出评价数据

18339543638 2 gadi atpakaļ
vecāks
revīzija
2452d7f2ee

+ 1 - 1
nb-core/src/main/java/com/nb/core/utils/StyleUtils.java

@@ -23,7 +23,7 @@ public class StyleUtils {
         // 头的策略
         WriteCellStyle headWriteCellStyle = new WriteCellStyle();
         // 背景颜色
-        headWriteCellStyle.setFillForegroundColor(IndexedColors.WHITE.getIndex());
+        headWriteCellStyle.setFillForegroundColor(IndexedColors.GREY_25_PERCENT.getIndex());
         headWriteCellStyle.setFillPatternType(FillPatternType.SOLID_FOREGROUND);
         // 字体
         WriteFont headWriteFont = new WriteFont();