فهرست منبع

feat:
导出评价数据

18339543638 2 سال پیش
والد
کامیت
2452d7f2ee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      nb-core/src/main/java/com/nb/core/utils/StyleUtils.java

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