diff --git a/components/base/navbar.vue b/components/base/navbar.vue index b5151ad..bf7253b 100644 --- a/components/base/navbar.vue +++ b/components/base/navbar.vue @@ -4,7 +4,7 @@ {{ title }} @@ -44,7 +44,7 @@ default : '' }, leftClick : { - type : Function, + type : Boolean, }, moreClick : { type : Function, @@ -79,15 +79,16 @@ .navbar{ width: 100%; height: 100rpx; + padding-top: calc(var(--status-bar-height)); } .title{ position: fixed; top: 0; left: 0; - padding-top: var(--status-bar-height); + padding-top: calc(var(--status-bar-height) + 20rpx); width: 100%; height: 100rpx; - background-color: #f7f7f7; + background-color: #fff; display: flex; justify-content: center; font-size: 32rpx; diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index cf9aa8f..bf84ad5 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -3,6 +3,7 @@ + + + + 首页 + + + 北京 + + + + + + + + + + + 搜索 + + + + + + + + + + + 认证演员 + + + 查看全部 + + + + + + + + + + + + 动态帖子 + + + 查看全部 + + + + + + @@ -9,12 +77,52 @@