商品滚动图轮播
This commit is contained in:
@@ -119,7 +119,7 @@ const BestSellers = () => {
|
|||||||
{item.pics.map((pic, picIndex) => (
|
{item.pics.map((pic, picIndex) => (
|
||||||
<SwiperItem key={picIndex}>
|
<SwiperItem key={picIndex}>
|
||||||
<Image
|
<Image
|
||||||
radius="10px 10px 0 0"
|
radius="12px 12px 0 0"
|
||||||
height={SWIPER_HEIGHT}
|
height={SWIPER_HEIGHT}
|
||||||
src={pic}
|
src={pic}
|
||||||
mode={'aspectFill'} // 使用aspectFill保持比例并填充容器
|
mode={'aspectFill'} // 使用aspectFill保持比例并填充容器
|
||||||
|
|||||||
Reference in New Issue
Block a user