From 09dddb593d937ec127079abe317625dc207f4491 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 24 Oct 2025 14:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chart.vue | 2 +- src/views/ems/report/currentIOTCurve/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chart.vue b/src/components/chart.vue index 3369cd2..fcfce02 100644 --- a/src/components/chart.vue +++ b/src/components/chart.vue @@ -48,7 +48,7 @@ const resize = () => { if (resizeTime.value) { resizeTime.value = false; if (option.value && chartRef.value) { - chartRef.value.resize(); + // chart.value.resize(); } setTimeout(() => { resizeTime.value = true; diff --git a/src/views/ems/report/currentIOTCurve/index.vue b/src/views/ems/report/currentIOTCurve/index.vue index 3a71ee8..e9e013a 100644 --- a/src/views/ems/report/currentIOTCurve/index.vue +++ b/src/views/ems/report/currentIOTCurve/index.vue @@ -187,7 +187,7 @@ async function getChart() { right: 0 }, grid: { - top: '15%', + top: '40', bottom: '10%', left: '3%', right: '3%'