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-07 22:00:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
da098fb0561be1d13e43b4527011082166f53710
da098fb0
1 parent
4aee23d6
style(页面布局): 统一温馨提示的图标和文字布局样式
将离线预约码和预约码页面的温馨提示部分统一调整为flex布局,使图标和文字对齐更美观
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
src/pages/bookingCode/index.vue
src/pages/offlineBookingCode/index.vue
src/pages/bookingCode/index.vue
View file @
da098fb
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-07 21:
08:16
* @LastEditTime: 2026-01-07 21:
59:47
* @FilePath: /xyxBooking-weapp/src/pages/bookingCode/index.vue
* @Description: 文件描述
-->
...
...
@@ -10,7 +10,7 @@
<view style="padding: 32rpx;">
<qrCode></qrCode>
<view class="warning">
<view
><IconFont name="tips" /> 温馨提示
</view>
<view
style="display: flex; align-items: center; justify-content: center;"><IconFont name="tips" /><text style="margin-left: 10rpx;">温馨提示</text>
</view>
<view style="margin-top: 16rpx;">一人一码,扫码或识别身份证成功后进入</view>
<view style="height: 256rpx;"></view>
</view>
...
...
src/pages/offlineBookingCode/index.vue
View file @
da098fb
...
...
@@ -8,9 +8,7 @@
<view style="padding: 32rpx;">
<offlineQrCode :list="qrList"></offlineQrCode>
<view class="warning">
<view>
温馨提示
</view>
<view style="display: flex; align-items: center; justify-content: center;"><IconFont name="tips" /><text style="margin-left: 10rpx;">温馨提示</text></view>
<view style="margin-top: 16rpx;">一人一码,扫码或识别身份证成功后进入</view>
</view>
</view>
...
...
Please
register
or
login
to post a comment