From 9259b0334048ae1d8e16dd3d8372eb761480c804 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 23 五月 2023 16:09:46 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 7edddbe..aad59ba 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -218,8 +218,8 @@ <!-- head --> <view class="swiper-head"> <view style="width: 20%;">鎵樼洏鐮侊細{{infoText.barcode}}</view> - <view style="width: 30%;">鍟嗗搧缂栧彿</view> - <view style="width: 20%;">鍟嗗搧鍚嶇О</view> + <view style="width: 35%;">鍟嗗搧缂栧彿</view> + <view style="width: 35%;">鍟嗗搧鍚嶇О</view> <!-- <view style="width: 20%;">瑙勬牸</view> --> <view style="width: 10%;">鏁伴噺</view> </view> @@ -234,8 +234,8 @@ circular="true" :autoplay="true" :interval="3000" :duration="1000"> <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> <view style="width: 20%;">No:{{i+1}}</view> - <view style="width: 30%;">{{item.matnr}}</view> - <view style="width: 20%;">{{item.maknx}}</view> + <view style="width: 35%;">{{item.matnr}}</view> + <view style="width: 35%;">{{item.maknx}}</view> <!-- <view style="width: 20%;">{{item.specs}}</view> --> <view style="width: 10%;">{{item.count}}</view> </swiper-item> -- Gitblit v1.9.1