From ab3fe873abd359007fa16b284a5a465c23da8b68 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 22 九月 2025 15:06:24 +0800
Subject: [PATCH] 德力众led大屏更新
---
Monitor-APP/pages/home/home.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 5d9efc2..a6a38bf 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -3,7 +3,7 @@
<uni-transition :duration="duration" :mode-class="homeMode" :show="homeViewShow">
<view class="home-view">
<view class="head">
- <text>鑷姩浠撳簱WCS鐩戞帶骞冲彴</text>
+ <text>寰峰埄浼楄嚜鍔ㄤ粨搴揥CS鐩戞帶骞冲彴</text>
</view>
<!-- 鏃ュ巻 -->
<view class="time-tools">{{calendar}}</view>
@@ -220,7 +220,7 @@
<view style="height: 2%;"></view>
<view style="height: 18%" class="flex-row">
<image style="height: 100%;"
- src="../../static/barcode.png" mode="aspectFit"></image>
+ src="" mode="aspectFit"></image>
<image style="height: 100%;"
src="../../static/zy_logo.png" mode="aspectFit"></image>
</view>
@@ -244,7 +244,7 @@
<!-- 涓讳綋 -->
<view class="info-main">
<view class="info-box">
- <view class="swiper-head" style="height: 10%;width: 96%;margin-left: 2%;">
+ <view class="swiper-head" style="height: 10%;width: 96%;margin-left: 2%;font-size: 2.5vb;">
<view style="width: 15%;">璁㈠崟鍙�</view>
<view style="width: 10%;">鍗曡ID</view>
<view style="width: 15%;">鍟嗗搧缂栧彿</view>
@@ -301,7 +301,7 @@
display-multiple-items 鍚屾椂鏄剧ず鐨勬粦鍧楁暟閲� -->
<swiper class="swiper-body-main" vertical="true"
display-multiple-items="3"
- circular="true" :autoplay="true" :interval="3000" :duration="1000" style="font-size: 4vb;">
+ circular="true" :autoplay="true" :interval="3000" :duration="1000" style="font-size: 2vb;">
<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
<!-- <view>No:{{i+1}}</view> -->
<view style="width: 15%;">{{item.orderNo}}</view>
@@ -840,6 +840,7 @@
var res = result.data.data
that.calendar = res.year + "骞�" + res.month + "鏈�" + res.day + "鏃� " + res.hour + ":" + res
.minute + ":" + res.second + " " + res.week
+
that.currDate = res.year + "/" + res.month + "/" + res.day
},
fail(res) {
@@ -1017,7 +1018,7 @@
.head {
width: 100vw;
height: 11vh;
- font-size: 4vw;
+ font-size: 3vw;
font-weight: 700;
display: flex;
align-items: center;
--
Gitblit v1.9.1