diff --git a/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue b/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue index 32ed08a..8420035 100644 --- a/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue +++ b/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue @@ -263,7 +263,7 @@ onMounted(() => { .chartCard__container.list-container { width: 100%; - height: 430px; + height: 390px; position: relative; overflow: hidden; /* 外层容器隐藏溢出 */ }