From 67da3f709ff61fea27b472a4266503bfa4eefeb5 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Tue, 22 Dec 2020 14:51:40 +0800 Subject: [PATCH] gx --- hive-app/pages.json | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index 6971be3..6f0ee9f 100644 --- a/hive-app/pages.json +++ b/hive-app/pages.json @@ -4,6 +4,7 @@ "path": "pages/workbench/index", "style": { "transparentTitle": "always", + "navigationBarTextStyle": "black", "app-plus":{ "scrollIndicator": "none" } @@ -23,6 +24,7 @@ "path": "pages/member/index", "style": { "transparentTitle": "always", + "navigationBarTextStyle": "black", "app-plus":{ "scrollIndicator": "none" } @@ -282,6 +284,8 @@ "color": "#abb1cc", "selectedColor": "#518EFF", "backgroundColor": "#FFFFFF", + "iconWidth": "18px", + "spacing": "5px", "list":[ { "pagePath": "pages/workbench/index", -- Gitblit v1.9.1