|
|
|
@ -151,7 +151,7 @@ const FeatureRecommended: FC<Props> = (props) => { |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<View className={styles.feature}> |
|
|
|
|
<Swiper nextMargin='30px' style={{height: '225px'}}> |
|
|
|
|
<Swiper nextMargin='30px' style={{height: '440rpx'}}> |
|
|
|
|
{ |
|
|
|
|
data.map(d => <SwiperItem key={d.url}> |
|
|
|
|
<Image |
|
|
|
|