Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
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-05-21 16:25:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e664ffad00d44b394e228e18d421c31923a6f6f8
e664ffad
1 parent
d067e62e
fix(scan-checkin-detail): 调整扫码签到详情页底部布局适配安全区域
调整页面底部内边距至268rpx,修改固定操作栏的底部偏移值以适配移动端安全区域
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/ScanCheckinDetail/index.less
src/pages/ScanCheckinDetail/index.less
View file @
e664ffa
.scan-checkin-detail-page {
min-height: 100vh;
padding: 0 0 2
40
rpx;
padding: 0 0 2
68
rpx;
background: #ebeaec;
box-sizing: border-box;
}
...
...
@@ -127,8 +127,8 @@
position: fixed;
left: 24rpx;
right: 24rpx;
bottom: calc(
84
rpx + constant(safe-area-inset-bottom));
bottom: calc(
84
rpx + env(safe-area-inset-bottom));
bottom: calc(
52
rpx + constant(safe-area-inset-bottom));
bottom: calc(
52
rpx + env(safe-area-inset-bottom));
display: flex;
justify-content: center;
z-index: 20;
...
...
Please
register
or
login
to post a comment