From af9efc61880712f2f41b0781aad000fe796f2eb3 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 29 十二月 2023 13:09:23 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index b90eb0f..ada3f6c 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -120,8 +120,8 @@ <!-- 鐧惧垎姣� --> <view class="flex-col" style="align-items: flex-end;justify-content: flex-end;" > <!-- style="justify-content: flex-end;position: absolute;top: 0;right: 1vw;text-align: right;" --> - <text class="item-title">31</text> - <text class="item-subTitle">浠婃棩璁㈠崟鏁�</text> + <!-- <text class="item-title">31</text> + <text class="item-subTitle">浠婃棩璁㈠崟鏁�</text> --> </view> </view> </view> @@ -231,7 +231,7 @@ vertical 婊戝姩鏂瑰悜鏄惁涓虹旱鍚� display-multiple-items 鍚屾椂鏄剧ず鐨勬粦鍧楁暟閲� --> <swiper class="swiper-body-main" vertical="true" - display-multiple-items="8" + display-multiple-items="7" circular="true" :autoplay="true" :interval="3000" :duration="1000"> <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> <view style="flex:1">No:{{i+1}}</view> -- Gitblit v1.9.1