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-08-26 10:17:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59f667419a6c43e20dfa2ac8124250055a3ec5e3
59f66741
1 parent
cbbd4f4c
fix(视图): 调整中等屏幕手机的日历高度比例
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/checkin/IndexCheckInPage.vue
src/views/checkin/IndexCheckInPage.vue
View file @
59f6674
<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-08-26
09:53:56
* @LastEditTime: 2025-08-26
10:14:04
* @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue
* @Description: 文件描述
-->
...
...
@@ -214,7 +214,7 @@ const calendarHeight = computed(() => {
heightRatio = 0.75;
} else if (windowWidth.value < 414) {
// 中等屏幕手机
heightRatio = 0.
82
;
heightRatio = 0.
95
;
} else if (windowWidth.value >= 768) {
// 平板或更大屏幕
heightRatio = 0.75;
...
...
Please
register
or
login
to post a comment