fix: 修复导航栏内容高度计算问题

This commit is contained in:
Ray.Hao
2026-03-06 15:57:48 +08:00
parent da47f98fe9
commit deef7b1b5b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="home-page">
<custom-navbar title="首页" fixed placeholder>
<custom-navbar title="首页" fixed placeholder :showBack="false">
<template #right>
<wd-search
v-model="searchValue"