适配轮播图高度

v2
king 1 year ago
parent 8ae17e1bfc
commit 2fdf0d3085
  1. 2
      src/pages/home/components/feature_recommended.tsx

@ -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

Loading…
Cancel
Save