From 94a9d0d5f3c672027c0ff09c8aed86e4ef756d38 Mon Sep 17 00:00:00 2001 From: xuyuncong <3422692813@qq.com> Date: Tue, 21 Oct 2025 10:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/VNavigationBar.vue | 2 +- pages-detail/detail/detail.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/components/VNavigationBar.vue b/components/VNavigationBar.vue index 2cf6ed5..546ad52 100644 --- a/components/VNavigationBar.vue +++ b/components/VNavigationBar.vue @@ -165,6 +165,6 @@ .page-top { padding-top: var(--status-bar-height); //给组件加个上边距 - background-color: white; + // background-color: white; } \ No newline at end of file diff --git a/pages-detail/detail/detail.vue b/pages-detail/detail/detail.vue index 078d2f6..b5c24e7 100644 --- a/pages-detail/detail/detail.vue +++ b/pages-detail/detail/detail.vue @@ -1,10 +1,11 @@