Fix:4993 【商城小程序】顶部轮播区域高度不足,内容显示不全
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<video :src="project.video" id="hero-video" class="hero-img" :autoplay="currentSwiperIndex === 0" loop muted object-fit="cover" :controls="false" :enable-progress-gesture="false" @play="onVideoPlay" @ended="onVideoEnd" @pause="onVideoEnd" @click="toggleVideo"></video>
|
||||
</swiper-item>
|
||||
<swiper-item v-for="(item, index) in bannerList" :key="index">
|
||||
<image :src="item" class="hero-img" mode="aspectFill" />
|
||||
<image :src="item" class="hero-img" mode="heightFix|widthFix" />
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<image
|
||||
|
||||
Reference in New Issue
Block a user