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-01-30 20:18:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9eba15dd1ddfb656d2928d55787a73ff3f99bdd2
9eba15dd
1 parent
536af748
fix: 修复导航头组件返回图标名称错误
将返回按钮的图标名称从"rectLeft"更正为"left",以匹配图标库中的正确命名
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/NavHeader.vue
src/components/NavHeader.vue
View file @
9eba15d
<!--
* @Date: 2026-01-29 21:09:28
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-
29 21:18:14
* @LastEditTime: 2026-01-
30 20:18:20
* @FilePath: /manulife-weapp/src/components/NavHeader.vue
* @Description: 通用导航头组件,用于页面顶部固定导航栏,展示页面标题。
-->
...
...
@@ -12,7 +12,7 @@
<div class="fixed top-0 left-0 z-50 w-full h-[250rpx] bg-gradient-to-b from-[#1E3A8A] to-[#2563EB] pt-[100rpx]">
<div class="relative w-full h-full flex items-center justify-center px-[32rpx]">
<div v-if="canGoBack" class="absolute left-[32rpx] flex items-center justify-center w-[60rpx] h-[60rpx]" @tap="goBack">
<IconFont name="
rectL
eft" size="18" color="#fff" />
<IconFont name="
l
eft" size="18" color="#fff" />
</div>
<span class="text-white text-[35rpx] font-normal">{{ title }}</span>
</div>
...
...
Please
register
or
login
to post a comment