From dcc99e9591cbf73c32a23b551751943a4ef5c7ae Mon Sep 17 00:00:00 2001 From: "@zuopngfei" Date: Thu, 3 Jul 2025 18:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=84=BF=E7=A7=91=E6=82=A3=E8=80=85=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/index.js b/pages/home/index.js index 1d2e8d0..38b2798 100644 --- a/pages/home/index.js +++ b/pages/home/index.js @@ -226,7 +226,7 @@ Page({ canvas.setChart(chart); chart.setOption({ title: { text: '', left: 'left', fontSize: 6 }, - grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' }, + grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' }, tooltip: { show: true, trigger: 'axis', @@ -285,7 +285,7 @@ Page({ canvas.setChart(chart); chart.setOption({ title: { text: '', left: 'left', fontSize: 6 }, - grid: { containLabel: true, top: '5%', left: '1%', right: '5%', bottom: '3%' }, + grid: { containLabel: true, top: '5%', left: '5%', right: '5%', bottom: '3%' }, tooltip: { show: true, trigger: 'axis',