轮播图显示修改

v1.0.0
于肖磊 2024-08-23 16:59:30 +08:00
parent 3e3138a2f2
commit 468d040c6d
1 changed files with 2 additions and 2 deletions

View File

@ -25,12 +25,12 @@
>
<swiper-slide v-for="(item, index) in form.carousel_list" :key="index">
<div class="item-image flex jc-c align-c w h" :style="img_style">
<image-empty v-model="item.carousel_img[0]" :style="img_style" error-style="width:3.5rem;height:3.5rem"></image-empty>
<image-empty v-model="item.carousel_img[0]" :style="img_style" error-style="width:5rem;height:5rem"></image-empty>
</div>
</swiper-slide>
<swiper-slide v-for="(item, index1) in seat_list" :key="index1">
<div class="item-image flex jc-c align-c w h" :style="img_style">
<image-empty v-model="item.carousel_img[0]" :style="img_style" error-style="width:3.5rem;height:3.5rem"></image-empty>
<image-empty v-model="item.carousel_img[0]" :style="img_style" error-style="width:5rem;height:5rem"></image-empty>
</div>
</swiper-slide>
<div v-if="new_style.is_show" :class="{'dot-center': new_style.indicator_location == 'center', 'dot-right': new_style.indicator_location == 'flex-end' }" class="dot flex abs">