From b6dce6a46bb7605c1ca75f05cb58dfe8496dc444 Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Tue, 21 Apr 2026 23:41:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages.json | 17 ++++++----------- app/pages/user/index.vue | 17 ++++++++++++----- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/app/pages.json b/app/pages.json index d20fa96..6107f2a 100644 --- a/app/pages.json +++ b/app/pages.json @@ -29,17 +29,12 @@ "path": "pages/user/index", "style": { //"navigationBarTitleText": "个人中心", - // #ifdef MP || APP-PLUS - "navigationBarTextStyle": "black", - "navigationBarBackgroundColor": "#409EFF", - // #endif - "app-plus": { - // #ifdef APP-PLUS - "titleNView": { - "type": "default" - } - // #endif - } + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + // #ifdef H5 + , + "navigationStyle": "custom" + // #endif } }, { diff --git a/app/pages/user/index.vue b/app/pages/user/index.vue index b7c4c75..acd05c9 100644 --- a/app/pages/user/index.vue +++ b/app/pages/user/index.vue @@ -115,7 +115,7 @@ 关于我们 - 退出登录 + 退出登录 @@ -720,16 +720,23 @@ .aboutUs, .logOut { - position: relative; + position: relative; font-size: 32rpx; text-align: center; width: 690rpx; height: 90rpx; border-radius: 45rpx; margin: 30rpx auto 0 auto; - z-index: 1; - color: white; - border: 2rpx solid white !important; + z-index: 1; + background: #f6f8fb; + color: #333; + border: 2rpx solid #dfe5ee !important; + } + + .logOut { + color: #e34d59; + border-color: #f3c9cd !important; + background: #fff5f6; } } \ No newline at end of file