瀏覽代碼

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