diff --git a/components/base/navbar.vue b/components/base/navbar.vue index bf7253b..56d2811 100644 --- a/components/base/navbar.vue +++ b/components/base/navbar.vue @@ -79,7 +79,7 @@ .navbar{ width: 100%; height: 100rpx; - padding-top: calc(var(--status-bar-height)); + padding-top: calc(var(--status-bar-height) + 20rpx); } .title{ position: fixed; diff --git a/components/post/postList.vue b/components/post/postList.vue index b523c24..68fcb27 100644 --- a/components/post/postList.vue +++ b/components/post/postList.vue @@ -1,6 +1,7 @@