From 0c7e669d1c8d386420a04eabff021665ca6f1f8d Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Tue, 31 Mar 2026 16:13:22 +0800 Subject: [PATCH] ud --- .../layout/SwiperCardSection/index.module.css | 9 +++------ src/components/layout/SwiperCardSection/index.tsx | 14 ++++++-------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/src/components/layout/SwiperCardSection/index.module.css b/src/components/layout/SwiperCardSection/index.module.css index 6232a69..ccb0b57 100644 --- a/src/components/layout/SwiperCardSection/index.module.css +++ b/src/components/layout/SwiperCardSection/index.module.css @@ -16,12 +16,9 @@ .navBtn { flex-shrink: 0; - width: 3.125rem; - height: 3.125rem; - background: #FFFFFF; - box-shadow: 0rem 0 .75rem 0rem rgba(20, 53, 92, 0.2); - border: none; - border-radius: 50%; + /* width: 3.125rem; + height: 3.125rem; */ + /* background: #FFFFFF; */ cursor: pointer; position: absolute; diff --git a/src/components/layout/SwiperCardSection/index.tsx b/src/components/layout/SwiperCardSection/index.tsx index 8c69cd9..ac27de0 100644 --- a/src/components/layout/SwiperCardSection/index.tsx +++ b/src/components/layout/SwiperCardSection/index.tsx @@ -44,13 +44,12 @@ export default function SwiperCardSection({ data, disableHover=false }: { data:
{activeIndex > 0 && ( - + +
)} {activeIndex < data.cardItems.length - 1 && ( - + + )}