From 879cddb311341fa20f371e31a60c62a90ae55a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sun, 17 Aug 2025 18:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=82=A1=E5=B8=82=E6=B8=A9=E5=BA=A6=E8=AE=A1?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/marketTemperature.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/marketTemperature.vue b/src/views/components/marketTemperature.vue index 2c0ee48..a0db89b 100644 --- a/src/views/components/marketTemperature.vue +++ b/src/views/components/marketTemperature.vue @@ -493,7 +493,7 @@ function initChart(raw, klineDataRawValue, WDRLValue) { textStyle: { color: "white", fontSize: window.innerWidth <= 768 ? 14 : 18 }, }, grid: { - left: window.innerWidth <= 768 ? '40px' : '100px', // 移动端使用较小边距,桌面端为四位数预留足够空间 + left: window.innerWidth <= 768 ? '15%' : '100px', // 移动端使用较小边距,桌面端为四位数预留足够空间 right: window.innerWidth <= 768 ? '40px' : '100px', // 为右侧y轴预留空间 top: window.innerWidth <= 768 ? '40px' : '60px', bottom: window.innerWidth <= 768 ? '60px' : '80px', // 为dataZoom预留空间