From 458962a2e4a4f6af0caa5fcb3867f2e42125fd40 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期一, 03 四月 2023 08:29:21 +0800
Subject: [PATCH] 修改字体大小,导航栏字体颜色

---
 pages.json               |    2 +-
 pages/tabBar/monitor.vue |   17 ++---------------
 2 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/pages.json b/pages.json
index bd1495c..929f77f 100644
--- a/pages.json
+++ b/pages.json
@@ -101,7 +101,7 @@
         }
     ],
 	"globalStyle": {
-		"navigationBarTextStyle": "black",
+		"navigationBarTextStyle": "white",
 		"navigationBarTitleText": "uni-app",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
diff --git a/pages/tabBar/monitor.vue b/pages/tabBar/monitor.vue
index b7156de..f808d59 100644
--- a/pages/tabBar/monitor.vue
+++ b/pages/tabBar/monitor.vue
@@ -1,8 +1,5 @@
 <template>
 	<view class="container">
-		<!-- <view class="text-xxl" style="position: fixed; left: 40rpx;top: 100rpx;color: black;z-index: 99;">
-			<text @click="goBack" class="cuIcon-back" ></text>
-		</view> -->
 
 		<cu-custom bgColor="bg-gradual-blue" :isBack="false">
 			<block slot="content">鏈哄彴鐩戞帶</block>
@@ -59,22 +56,12 @@
 			 
 			</view>
 
-			<!-- <view class="margin-tb-sm" style="position: relative;">
-				<text class="text-gray text-df margin-right-xs">閲嶉噺:</text>
-				<text class="text-cyan text-bold text-xxl margin-right-xs">100kg</text>
-				<text class="text-gray text-df margin-right-xs">鏃堕棿:</text>
-				<text class="text-cyan text-bold text-xxl margin-right-xs">0min </text>
-		 
-			</view>
-			 -->
-
-
 			<view class="margin-tb-sm" style="position: relative;">
 				<text class="text-gray text-df margin-right-xs">鍚按鐜�:</text>
-				<text class="text-cyan text-bold text-xxl margin-right-xs">{{ $lget(this.model, 'trendVo.moisture') }}%
+				<text class="text-cyan text-bold text-xl margin-right-xs">{{ $lget(this.model, 'trendVo.moisture') }}%
 				</text>
 				<text class="text-gray text-df margin-right-xs">鐑:</text>
-				<text class="text-cyan text-bold text-xxl margin-right-xs">{{$lget(this.model, 'trendVo.bellowsTemp') }} 鈩�
+				<text class="text-cyan text-bold text-xl margin-right-xs">{{$lget(this.model, 'trendVo.bellowsTemp') }} 鈩�
 				</text>
 
 

--
Gitblit v1.9.3