From bef5c99167df50cce9761a2adc05ba679914dfa7 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 05 六月 2024 13:35:26 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/home/home.css | 1 +
Monitor-APP/pages/home/home.vue | 14 +++++++-------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css
index 758aeeb..cde9fb1 100644
--- a/Monitor-APP/pages/home/home.css
+++ b/Monitor-APP/pages/home/home.css
@@ -30,6 +30,7 @@
text-align: start;
border-bottom: 2px solid #000;
background-color: rgba(0, 0, 0, .2);
+ margin-left: 10rpx;
}
.swiper-item:nth-child(2n-1) {
/* background-color: rgba(255, 255, 255, .1); */
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index e47311f..253fffa 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -228,18 +228,18 @@
vertical 婊戝姩鏂瑰悜鏄惁涓虹旱鍚�
display-multiple-items 鍚屾椂鏄剧ず鐨勬粦鍧楁暟閲� -->
<swiper class="swiper-body-main" vertical="true"
- display-multiple-items="3"
+ display-multiple-items="1"
circular="true" :autoplay="true" :interval="3000" :duration="2000">
<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
<!-- <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> -->
<!-- <view style="width: 30%;">鏂欏彿: {{item.matnr}}</view> -->
- <view style="width: 50%;">DI鍗曞彿: {{item.orderNo}}</view>
- <view style="width: 50%;">鎹嗗寘鍙风爜: {{item.matnr}}</view>
- <view style="width: 100%;">AS400: {{item.brand}}</view>
+ <view style="width: 100%; font-size: 88rpx;">DI鍗曞彿: {{item.orderNo}}</view>
+ <view style="width: 100%; font-size: 88rpx;">鎹嗗寘鍙风爜: {{item.matnr}}</view>
+ <view style="width: 100%; font-size: 88rpx;">AS400: {{item.brand}}</view>
- <view style="width: 100%;">鏈虹鍙�: {{item.maknx}}</view>
- <view style="width: 50%;">鍙版暟: {{item.number}}</view>
- <view style="width: 50%;">鍑�閲�: {{item.weight}}KG</view>
+ <view style="width: 100%; font-size: 88rpx;">鏈虹鍙�: {{item.maknx}}</view>
+ <view style="width: 50%; font-size: 88rpx;">鍙版暟: {{item.number}}</view>
+ <view style="width: 50%; font-size: 88rpx;">鍑�閲�: {{item.weight}}KG</view>
</swiper-item>
--
Gitblit v1.9.1