From a71e74f41e94ba0518182b497943922405ca9dff Mon Sep 17 00:00:00 2001 From: hdx Date: Mon, 20 May 2024 16:24:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(globalStyle):=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=9A=84=E5=B1=9E=E6=80=A7=20backgroundColor?= =?UTF-8?q?Top=20|=20backgroundColorBottom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 6dc16e82..4ab0928e 100644 --- a/pages.json +++ b/pages.json @@ -1429,9 +1429,7 @@ "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#007AFF", "backgroundColorContent": "#efeff4", - "backgroundColor": "#efeff4", - "backgroundColorTop": "#F4F5F6", - "backgroundColorBottom": "#F4F5F6" + "backgroundColor": "#efeff4" }, "tabBar": { "color": "#7A7E83", -- GitLab