商品滚动图轮播
This commit is contained in:
@@ -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保持比例并填充容器
|
||||
|
||||
Reference in New Issue
Block a user