From aab48098fe64ba20510d5069b41fa6ba719ec1ef Mon Sep 17 00:00:00 2001 From: lihui Date: Thu, 16 Oct 2025 15:56:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workspace/GoldGraphMarkets.vue | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/components/workspace/GoldGraphMarkets.vue b/src/components/workspace/GoldGraphMarkets.vue index 16b15cc..f358296 100644 --- a/src/components/workspace/GoldGraphMarkets.vue +++ b/src/components/workspace/GoldGraphMarkets.vue @@ -17,15 +17,25 @@ 任务金币: {{ activeTab === 'recharge' ? sumRechargeTask : sumConsumeTask }}  
- 昨天 + 昨天 - 今天 + 今天 - 本周 + 本周 - 本月 + 本月 - 本年 + 本年
@@ -508,12 +518,14 @@ const updateChart = (chartData) => { axisLabel: { formatter: (v) => v.toLocaleString() }, + splitLine: { lineStyle: { type: 'dashed', - width: 1 + width: 1, + color: '#000000' } - } + }, }, series, // dataZoom: [