From b8bac27bcc895b540bae4c130a3c59d289736081 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 15 五月 2024 16:23:45 +0800
Subject: [PATCH] #

---
 src/pages/right/components/task-charts.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/right/components/task-charts.jsx b/src/pages/right/components/task-charts.jsx
index 2b35887..f139811 100644
--- a/src/pages/right/components/task-charts.jsx
+++ b/src/pages/right/components/task-charts.jsx
@@ -97,7 +97,7 @@
     tooltip,
     legend,
     grid: {
-      top: '15%',
+      top: '20%',
       left: '3%',
       right: '4%',
       bottom: '5%',
@@ -147,7 +147,7 @@
 
   return (
     <div>
-      <ReactECharts style={{ height: '360px' }} option={option} />
+      <ReactECharts style={{ height: '320px' }} option={option} />
     </div>
   );
 };

--
Gitblit v1.9.1