Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
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
2025-10-15 15:20:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8d737dd228c8449948334a424a00ca207a0624f7
8d737dd2
1 parent
4284f923
fix(IndexCheckInPage): 调整滚动区域样式避免底部按钮遮挡
移除固定高度和overflow,由AppLayout处理滚动 添加底部padding防止内容被遮挡
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/checkin/IndexCheckInPage.vue
src/views/checkin/IndexCheckInPage.vue
View file @
8d737dd
<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-10-15
09:58:47
* @LastEditTime: 2025-10-15
15:09:29
* @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue
* @Description: 文件描述
-->
...
...
@@ -792,8 +792,8 @@ const formatData = (data) => {
.scrollable-content {
margin-top: v-bind('calendarHeight + "px"'); // 动态计算日历高度
padding-top: 1rem;
height: v-bind('"calc(100vh - " + calendarHeight + "px)"'); // 动态计算剩余高度
overflow-y: auto;
padding-bottom: 6rem; // 添加底部padding,避免内容被底部按钮遮挡
// 移除固定高度和overflow,让AppLayout处理滚动
}
.van-back-top {
...
...
Please
register
or
login
to post a comment