From b070f82084f4503a6d384e65895ac8170eda7c8e Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 25 Mar 2024 16:40:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=86=E7=B1=BB=EF=BC=8C?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E6=90=9C=E7=B4=A2=E6=A1=86=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 ++++++++++--- pages/category/index.vue | 4 ++++ pages/recommend/index.vue | 4 ++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 82cae8c..18d9235 100644 --- a/pages.json +++ b/pages.json @@ -37,8 +37,7 @@ { "path": "pages/category/index", "style": { - "navigationBarTitleText": "全部分类", - "navigationBarTextStyle": "white", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#1c223b" } }, @@ -336,6 +335,14 @@ "enablePullDownRefresh" : false } }, + { + "path" : "pages/user/billManage/index", + "style" : + { + "navigationBarTitleText" : "发票管理", + "enablePullDownRefresh" : false + } + }, { "path" : "pages/targetdata/publicdata", "style" : @@ -395,7 +402,7 @@ { "path": "pages/recommend/index", "style": { - "navigationBarTitleText": "", + "navigationStyle": "custom", "navigationBarBackgroundColor": "#1c223b", "enablePullDownRefresh": true } diff --git a/pages/category/index.vue b/pages/category/index.vue index d8b6bf9..cebc348 100644 --- a/pages/category/index.vue +++ b/pages/category/index.vue @@ -401,6 +401,10 @@ width: 100%; height: 120rpx; background-color: #1c223b; + + .search-wrapper{ + padding-top: 5rpx; + } } // diff --git a/pages/recommend/index.vue b/pages/recommend/index.vue index a5a9a27..be245dd 100644 --- a/pages/recommend/index.vue +++ b/pages/recommend/index.vue @@ -216,6 +216,10 @@ export default { width: 100%; height: 120rpx; background-color: #1c223b; + + .search-wrapper{ + padding-top: 5rpx; + } } //