商品滚动图轮播

This commit is contained in:
pcn_
2025-09-13 03:46:45 +08:00
parent 020315838b
commit 7985f0a1a4

View File

@@ -119,7 +119,7 @@ const BestSellers = () => {
{item.pics.map((pic, picIndex) => (
<SwiperItem key={picIndex}>
<Image
radius="10px 10px 0 0"
radius="12px 12px 0 0"
height={SWIPER_HEIGHT}
src={pic}
mode={'aspectFill'} // 使用aspectFill保持比例并填充容器