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-03 22:35:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1af1b59d738d7a2bbb91a56a42d4bd5ffe785ac9
1af1b59d
1 parent
7c370632
fix: 移除注销按钮上多余的顶部外边距
修复注销按钮与上方内容间距过大的问题,提升界面布局的紧凑性
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/mine/index.vue
src/pages/mine/index.vue
View file @
1af1b59
...
...
@@ -52,7 +52,7 @@
</view>
<!-- Logout Button -->
<view class="w-[730rpx] rounded-[24rpx] p-[32rpx]
mt-[32rpx]
">
<view class="w-[730rpx] rounded-[24rpx] p-[32rpx]">
<view
class="flex items-center justify-center py-[20rpx] px-[32rpx] rounded-[16rpx] border-[2rpx] border-[#FEE2E2] bg-[#FEF2F2] active:opacity-70"
@tap="handleLogout"
...
...
Please
register
or
login
to post a comment