From 3a542ead1722601985cd2a57e0fe2034ed5e291a Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 22 Nov 2025 01:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=88=87=E6=8D=A2=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userGacha/gro-chart-calendar.vue | 3 ++- src/components/userGacha/gro-chart-overview.vue | 1 + src/components/userGacha/gro-chart-stackbar.vue | 1 + src/components/userGacha/gro-echarts.vue | 7 ++++--- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/userGacha/gro-chart-calendar.vue b/src/components/userGacha/gro-chart-calendar.vue index 05b24620..871bdbe5 100644 --- a/src/components/userGacha/gro-chart-calendar.vue +++ b/src/components/userGacha/gro-chart-calendar.vue @@ -7,6 +7,7 @@ :theme="echartsTheme" :init-options="{ locale: 'ZH' }" :style="{ height: chartHeight }" + :key="`gro-chart-calendar-${echartsTheme}`" /> @@ -70,8 +71,8 @@ const curChartType = ref("overview"); } .gro-chart-container { + overflow: hidden auto; width: 100%; flex: 1; - overflow: hidden auto; }