修改电控分厂设备提醒显示问题

This commit is contained in:
hzz 2023-05-22 18:08:11 +08:00
parent 19ef776233
commit 2633d970cc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

View File

@ -18,7 +18,7 @@
</div> </div>
<div v-if="tipList.length > 0" class="swiperbox"> <div v-if="tipList.length > 0" class="swiperbox">
<swiper-container :slides-per-view="per_view" :initialSlide="1" :loop="true" :space-between="spaceBetween" <swiper-container :slides-per-view="per_view" :initialSlide="1" :loop="true" :space-between="spaceBetween"
:centered-slides="true" direction="vertical" :autoplay="{ direction="vertical" :autoplay="{
delay: 3000, delay: 3000,
disableOnInteraction: false, disableOnInteraction: false,
}" @progress="onProgress" @slidechange="onSlideChange"> }" @progress="onProgress" @slidechange="onSlideChange">