Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-05 18:22:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
647655bfccd9a10b21a7496ac7ede74494ef8e58
647655bf
1 parent
16316981
docs: 记录搜索栏高度修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
docs/CHANGELOG.md
docs/CHANGELOG.md
View file @
647655b
...
...
@@ -5,6 +5,28 @@
---
## [2026-02-05] - 修复知识库搜索栏高度变化
### 修复
-
修复知识库页面搜索栏输入文字时高度会变化的问题
-
为 SearchBar 组件添加
`variant="rounded"`
属性
-
统一知识库页面与搜索页面的搜索栏高度表现
-
修复根因:普通样式无固定高度(仅靠 padding),rounded 样式固定高度 88rpx
---
**详细信息**
:
-
**影响文件**
: src/pages/knowledge-base/index.vue
-
**技术栈**
: Vue 3, Taro 4, SearchBar 组件
-
**测试状态**
: ✅ 已通过
-
**备注**
:
-
SearchBar 组件有两种样式:普通样式(无固定高度)和 rounded 样式(固定 88rpx)
-
knowledge-base 页面原本未指定 variant,导致使用普通样式,高度随输入内容变化
-
search 页面使用了 variant="rounded",高度固定,不会变化
-
统一使用 variant="rounded" 后,两页面搜索栏表现一致
---
## [2026-02-05] - 资料列表页无限滚动和搜索优化
### 新增
...
...
Please
register
or
login
to post a comment