Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-01-08 10:21:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7358e785d22d264aaaad6b4f6352c3d77ea0950a
7358e785
1 parent
37086f65
style(页面布局): 调整预约码图标大小和位置
统一两个页面的预约码图标尺寸和位置,使其保持一致
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/pages/index/index.vue
src/pages/me/index.vue
src/pages/index/index.vue
View file @
7358e78
<!--
* @Date: 2023-06-21 10:23:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-0
7 22:25:27
* @LastEditTime: 2026-01-0
8 10:20:38
* @FilePath: /xyxBooking-weapp/src/pages/index/index.vue
* @Description: 预约页首页
-->
...
...
@@ -32,7 +32,7 @@
首页
</view>
<view class="nav-logo" @tap="toCode">
<image :src="icon_4" style="width: 1
60rpx; height: 160rpx; position: absolute; top: -11
0rpx;" />
<image :src="icon_4" style="width: 1
40rpx; height: 140rpx; position: absolute; top: -10
0rpx;" />
<view style="width: 48rpx; height: 48rpx;"></view>
预约码
</view>
...
...
src/pages/me/index.vue
View file @
7358e78
...
...
@@ -15,7 +15,8 @@
首页
</view>
<view class="nav-logo" @tap="toCode">
<image :src="icon_4" style="width: 48rpx; height: 48rpx; margin-bottom: 3rpx;" />
<image :src="icon_4" style="width: 140rpx; height: 140rpx; position: absolute; top: -100rpx;" />
<view style="width: 48rpx; height: 48rpx;"></view>
预约码
</view>
<view class="nav-logo">
...
...
Please
register
or
login
to post a comment