From 88612f25ef427c9cd7ca55e5030f5896b1087191 Mon Sep 17 00:00:00 2001 From: d266377 Date: Fri, 30 Jan 2026 14:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=81=E5=8A=BF=E6=84=9F=E7=9F=A5=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0-=E5=BC=80=E6=BA=90=E7=94=9F=E6=80=81=E4=B8=8E?= =?UTF-8?q?=E8=B4=A1=E7=8C=AE=E4=BB=B7=E5=80=BC=E5=85=A8=E6=99=AF-?= =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E6=B2=BB=E7=90=86=E5=81=A5=E5=BA=B7=E5=BA=A6?= =?UTF-8?q?=E5=AF=B9=E6=AF=94=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ecosystem/components/CommunityGovernanceHealthChart.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Jyh/ecosystem/components/CommunityGovernanceHealthChart.vue b/src/views/Jyh/ecosystem/components/CommunityGovernanceHealthChart.vue index 7d5a42d..6aea314 100644 --- a/src/views/Jyh/ecosystem/components/CommunityGovernanceHealthChart.vue +++ b/src/views/Jyh/ecosystem/components/CommunityGovernanceHealthChart.vue @@ -155,7 +155,7 @@ const initCommunityHealthChart = () => { grid: { left: '5%', right: '5%', - bottom: '8%', + bottom: '0%', top: '15%', containLabel: true }, @@ -357,7 +357,7 @@ onUnmounted(() => { /* 容器样式 - 从主页面复制 */ .chartCard__container { width: 100%; - height: 390px; + height: 450px; position: relative; overflow: hidden; }