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 {