Fix:4993 【商城小程序】顶部轮播区域高度不足,内容显示不全

This commit is contained in:
LinCyJang
2026-03-29 11:17:09 +08:00
parent 2073526a24
commit cb260c7b56
@@ -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