From e1a2f1fe1fb9ba3259f86d5c24c443f28b93ce36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sat, 21 Jun 2025 13:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=A9=E5=BA=A6=E8=AE=A1=E5=88=86=E5=89=B2?= =?UTF-8?q?=E7=BA=BF=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/marketTemperature.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/marketTemperature.vue b/src/views/components/marketTemperature.vue index 6fbe7e6..9668cfb 100644 --- a/src/views/components/marketTemperature.vue +++ b/src/views/components/marketTemperature.vue @@ -259,7 +259,7 @@ function initChart(raw, klineDataRawValue, WDRLValue) { }, axisTick: { lineStyle: { color: '#00FF7F' } }, splitLine: { - show: true, + show: false, lineStyle: { color: '#333333', type: 'solid', @@ -291,7 +291,7 @@ function initChart(raw, klineDataRawValue, WDRLValue) { axisLine: { lineStyle: { color: '#FF1493', width: 2 } }, axisTick: { lineStyle: { color: '#FF1493' } }, splitLine: { - show: true, + show: false, lineStyle: { color: '#444444', type: 'solid',