From 481609bb04ce35624fab9b612a705ca992395fd2 Mon Sep 17 00:00:00 2001 From: fengrong Date: Thu, 7 Nov 2024 11:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=A3=8E=E9=80=9F=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E6=96=87=E5=AD=97=E8=B6=85=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/views/backend/dashboard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/dasadmin/src/views/backend/dashboard.vue b/ui/dasadmin/src/views/backend/dashboard.vue index 875b1aa6..b103cb6d 100644 --- a/ui/dasadmin/src/views/backend/dashboard.vue +++ b/ui/dasadmin/src/views/backend/dashboard.vue @@ -528,7 +528,7 @@ const initpowerChart = () => { const option = { grid: { top: 50, - right: 23, + right: 25, bottom: 10, left: 25, containLabel: true, @@ -604,6 +604,7 @@ const initpowerChart = () => { name: '风速m/s', nameTextStyle: { color: '#4E5969', + padding: [0, 50, 0, 0], }, axisLine: { show: false,