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 @@