【修复】修复自定义表单轮播图图片有空白区域的问题。

This commit is contained in:
大灰灰
2022-06-06 19:48:52 +08:00
parent 36c76eca63
commit 74682a2809

View File

@@ -19,15 +19,7 @@
</view>
<!-- 轮播图 -->
<view v-else-if="form.headType == 2">
<view>
<view class='sw'>
<swiper>
<swiper-item v-for="(item,itemIndex) in slideImg" :key="itemIndex">
<image :src="item" class="slide-image" mode='widthFix' />
</swiper-item>
</swiper>
</view>
</view>
<u-swiper height="calc(350rpx * 6 / 6)" radius="0" :list="slideImg" :autoplay="autoplay" indicator indicatorMode="line" circular></u-swiper>
</view>
<view v-else-if="form.headType==3">
<view class='video'>