From db6beb33ad3980feb3fccfabb85d55a686e92ff8 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sat, 7 Oct 2023 09:36:54 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=A6=96=E9=A1=B5=E9=A1=B6=E9=83=A8=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index cbc02b45..c9c25b6d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -337,7 +337,7 @@ is_logo_use_text: app.globalData.data.is_logo_use_text || 0, // 顶部+搜索样式配置 top_content_style: 'padding-top:' + (bar_height + 8) + 'px;background:linear-gradient(180deg, ' + theme_color + ' 0%, #f5f5f5 80%)', - top_content_title_style: 'background-image: url("' + static_url + 'nav-top.png");' + 'padding-top:' + (bar_height + 8) + 'px;background-color:' + theme_color, + top_content_title_style: 'background-image: url("' + static_url + 'nav-top.png");' + 'padding-top:' + (bar_height + 5) + 'px;background-color:' + theme_color, search_style: '', search_is_fixed: 0, // 是否单页预览