From ce325e851887228188f31b3a643af616e615511a Mon Sep 17 00:00:00 2001 From: d266377 Date: Mon, 2 Feb 2026 14:49:00 +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?=E6=98=8E=E6=98=9F=E5=BC=80=E5=8F=91=E8=80=85=E8=81=9A=E7=84=A6?= =?UTF-8?q?=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 --- src/views/Jyh/ecosystem/components/StarDevelopersChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* 外层容器隐藏溢出 */ }