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.css | 4 ++-- Monitor-APP/pages/home/home.vue | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css index cdd14d1..cdfe410 100644 --- a/Monitor-APP/pages/home/home.css +++ b/Monitor-APP/pages/home/home.css @@ -1,7 +1,7 @@ .text-content { width: 100%; height: 100%; - font-size: 20px; + font-size: 30px; /* background-color: aliceblue; */ } .swiper-head { @@ -28,7 +28,7 @@ align-items: center; /* display: grid; */ /* align-items: center; */ - /* grid-template-columns: 2fr 3fr 2fr 2fr 1fr; */ + /* grid-template-columns: 2fr 3fr 2fr 1fr; */ } .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 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