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:07:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cbbd4f4c429808034065f7f9219b4d2c935794bd
cbbd4f4c
1 parent
b67e5bdd
style(IndexCheckInPage): 隐藏日历组件的底部按钮
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/checkin/IndexCheckInPage.vue
src/views/checkin/IndexCheckInPage.vue
View file @
cbbd4f4
...
...
@@ -835,3 +835,9 @@ const formatData = (data) => {
}
}
</style>
<style scoped>
:deep(.van-calendar__footer) {
display: none;
}
</style>
...
...
Please
register
or
login
to post a comment