diff --git a/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue b/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue index 8420035..c49f69f 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: 390px; + height: 380px; position: relative; overflow: hidden; /* 外层容器隐藏溢出 */ } diff --git a/src/views/Jyh/ecosystem/index.vue b/src/views/Jyh/ecosystem/index.vue index 5806feb..4698040 100644 --- a/src/views/Jyh/ecosystem/index.vue +++ b/src/views/Jyh/ecosystem/index.vue @@ -1616,7 +1616,8 @@ onMounted(() => { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; - height: 480px; + height: 470px; + max-height: 490px; } .index-module__NV_5cW__chartCard::before {