From 157048054f3261ed8bcb34034277081584467206 Mon Sep 17 00:00:00 2001 From: d266377 Date: Mon, 2 Feb 2026 14:48:12 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Jyh/ecosystem/components/CommunityGovernanceHealthChart.vue b/src/views/Jyh/ecosystem/components/CommunityGovernanceHealthChart.vue index 6aea314..ad72095 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: '0%', + bottom: '10%', top: '15%', containLabel: true }, @@ -316,6 +316,7 @@ onUnmounted(() => { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; + height: 500px; } .index-module__NV_5cW__chartCard::before {