diff --git a/pages.json b/pages.json index fe4be91f43089f03f0d0a31fd5a1bcfbe12820a2..0c14191fe827abb4c2293da084130d17794cb86b 100644 --- a/pages.json +++ b/pages.json @@ -16,7 +16,7 @@ "path": "pages/tabBar/component", "style": { "navigationBarTitleText": "内置组件", - "backgroundColor": "#F8F8F8" + "backgroundColorContent": "#f8f8f8" } }, { @@ -521,7 +521,7 @@ "path": "pages/tabBar/API", "style": { "navigationBarTitleText": "接口", - "backgroundColor": "#F8F8F8" + "backgroundColorContent": "#f8f8f8" } }, { @@ -1237,7 +1237,7 @@ "path": "pages/tabBar/CSS", "style": { "navigationBarTitleText": "CSS", - "backgroundColor": "#F8F8F8" + "backgroundColorContent": "#f8f8f8" } }, { @@ -1684,7 +1684,8 @@ { "path": "pages/tabBar/template", "style": { - "navigationBarTitleText": "模板" + "navigationBarTitleText": "模板", + "backgroundColorContent": "#f8f8f8" } }, { diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 031fe55a292b20143f5b7f405e0e72ac880cce1f..ea687b48b80f044ab025077d632e714b24e65914 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -1,6 +1,6 @@