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/zhkb.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/kb/zhkb.vue b/src/views/kb/zhkb.vue
index b758dd0..5dd2d34 100644
--- a/src/views/kb/zhkb.vue
+++ b/src/views/kb/zhkb.vue
@@ -895,6 +895,7 @@
       left: 15px;
       font-size: 18px;
       display: flex;
+      color: #00ffff;
 
       .PG01 {
         background: url("../../assets/images/GP_1.png") no-repeat;
@@ -1047,6 +1048,8 @@
           //padding-left: 10px;
           margin-bottom: 10px;
           margin-top: -10px;
+          color: #00ffff;
+
         }
 
         .content_body {
@@ -1076,6 +1079,7 @@
           //padding-left: 10px;
           margin-bottom: 10px;
           margin-top: -10px;
+          color: #00ffff;
         }
 
         .content_body {
@@ -1089,6 +1093,7 @@
       height: 481px;
       margin-top: 8px;
       .kb_right_bottom_content_title{
+        color: #00ffff;
       font-size: 18px;
         margin-bottom: 10px;
         margin-top: -10px;

--
Gitblit v1.9.3