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

---
 pages.json |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index 43d6278..929f77f 100644
--- a/pages.json
+++ b/pages.json
@@ -90,10 +90,18 @@
                 "enablePullDownRefresh": false
             }
             
+        },{
+            "path" : "pages/tabBar/demo",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "娴嬭瘯",
+                "enablePullDownRefresh": false
+            }
+            
         }
     ],
 	"globalStyle": {
-		"navigationBarTextStyle": "black",
+		"navigationBarTextStyle": "white",
 		"navigationBarTitleText": "uni-app",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"

--
Gitblit v1.9.3