From 83d8b2a1ccf300fb35caf0b8816d7b7120a9c0d0 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 04 八月 2022 16:04:40 +0800
Subject: [PATCH] 修改echarts图及看板的文字颜色

---
 src/views/kb/cgdd.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/kb/cgdd.vue b/src/views/kb/cgdd.vue
index 6f1e00f..d4d0744 100644
--- a/src/views/kb/cgdd.vue
+++ b/src/views/kb/cgdd.vue
@@ -403,6 +403,7 @@
         flex-direction: column;
 
         .content_head {
+          color: #00ffff;
           line-height: 20px;
           font-size: 18px;
           margin-bottom: 10px;
@@ -430,6 +431,7 @@
         flex-direction: column;
 
         .content_head {
+          color: #00ffff;
           line-height: 20px;
           font-size: 18px;
           margin-bottom: 10px;

--
Gitblit v1.9.3