From fc372a027898eb02689a47b15bbfc27b0f137636 Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Wed, 15 Apr 2026 13:14:14 +0800 Subject: [PATCH] ud --- src/components/layout/SwiperCardSection/index.tsx | 2 +- src/components/layout/TopTabsSection/index.tsx | 2 +- src/hooks/useHashScroll.ts | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/layout/SwiperCardSection/index.tsx b/src/components/layout/SwiperCardSection/index.tsx index 24bd245..3ec4b56 100644 --- a/src/components/layout/SwiperCardSection/index.tsx +++ b/src/components/layout/SwiperCardSection/index.tsx @@ -40,7 +40,7 @@ export default function SwiperCardSection({ data, disableHover=false }: { data: } }, [hashId, data.cardItems, swiperRef]) return ( -
+
{activeIndex > 0 && ( diff --git a/src/components/layout/TopTabsSection/index.tsx b/src/components/layout/TopTabsSection/index.tsx index ac399d0..99a279a 100644 --- a/src/components/layout/TopTabsSection/index.tsx +++ b/src/components/layout/TopTabsSection/index.tsx @@ -48,7 +48,7 @@ export default function TopTabsSection({ data, className }: { data: Data, classN const sideSlides = sideImageToSlides(data.tabItems[activeIndex]?.sideImage); return ( -
+