h5/components/Header.vue
@@ -1,5 +1,8 @@ <template> <view class="custombar" :style="{height:statusbarHeight + navHeight +'px'}"> <view class="custombar" :style="{ height: statusbarHeight + navHeight + 'px' }" > <view class="status_bar" :style="{height:statusbarHeight+'px'}"></view> <view class="nav_bar" :style="{height:navHeight +'px'}"> <view class="title"> @@ -57,7 +60,7 @@ text{ font-size: 36rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; font-weight: 600; color: #111111; } }