From 08bd640f0f14c4c6af0d416c4e6ba9c63856997d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 八月 2022 14:53:59 +0800
Subject: [PATCH] 修改标题字体颜色

---
 src/utils/global.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/global.js b/src/utils/global.js
index 48fbde4..9470685 100644
--- a/src/utils/global.js
+++ b/src/utils/global.js
@@ -8,8 +8,8 @@
 // 澶勭悊琛ㄥご鍗曞厓鏍兼牱寮�
 export function headerCellStyle() {
   const option = {
-    // background: '#eee', padding: '0'
-    background: '#f8f8fa', padding: '0', color: '#a7a7a7'
+    // background: '#a7a7a7', padding: '0'
+    background: '#f8f8fa', padding: '0', color: '#000', fontWeight: 500
   }
   return option
 }

--
Gitblit v1.9.3