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; }