From b6d88ca4a4b0d74c007fb4c574b1baee4aae062e Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 23 Apr 2024 18:58:50 +0800
Subject: [PATCH] first

---
 src/page/kline/components/kLine.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/page/kline/components/kLine.vue b/src/page/kline/components/kLine.vue
index 8ea56b0..e6e8a61 100644
--- a/src/page/kline/components/kLine.vue
+++ b/src/page/kline/components/kLine.vue
@@ -1155,7 +1155,8 @@
         HQChart.Chart.STYLE_TYPE_ID.WHITE_ID
       ); // 读取黑色风格配置
 
-      // blackStyle.UpBarColor = "rgba(0,0,0,1)";
+      blackStyle.UpBarColor = "#449b54"; //上涨
+      blackStyle.DownBarColor = "#e13b45";
       HQChart.Chart.JSChart.SetStyle(blackStyle);
     },
 

--
Gitblit v1.9.3