From 1f211262047f2b503bb75a891c690623ef0c3da5 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 25 Oct 2024 17:11:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20tabbar=20=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20backgroundColorContent=20=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=97=B6=E9=A2=9C=E8=89=B2=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 +++++---- pages/tabBar/API.uvue | 2 +- pages/tabBar/CSS.uvue | 2 +- pages/tabBar/component.uvue | 2 +- pages/tabBar/template.uvue | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index 4f770820..5b7adeb8 100644 --- a/pages.json +++ b/pages.json @@ -16,7 +16,7 @@ "path": "pages/tabBar/component", "style": { "navigationBarTitleText": "内置组件", - "backgroundColor": "#F8F8F8" + "backgroundColorContent": "#f8f8f8" } }, // #ifdef APP-ANDROID || APP-IOS || WEB @@ -631,7 +631,7 @@ "path": "pages/tabBar/API", "style": { "navigationBarTitleText": "接口", - "backgroundColor": "#F8F8F8" + "backgroundColorContent": "#f8f8f8" } }, // #ifdef APP-ANDROID || APP-IOS || WEB @@ -1457,7 +1457,7 @@ "path": "pages/tabBar/CSS", "style": { "navigationBarTitleText": "CSS", - "backgroundColor": "#F8F8F8" + "backgroundColorContent": "#f8f8f8" } }, // #ifdef APP-ANDROID || APP-IOS || WEB @@ -2029,7 +2029,8 @@ { "path": "pages/tabBar/template", "style": { - "navigationBarTitleText": "模板" + "navigationBarTitleText": "模板", + "backgroundColorContent": "#f8f8f8" } }, { diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 4e2764f0..167f176e 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -1,6 +1,6 @@