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-12-18 22:59:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
746f5798914f8336dd6ca518e27de008c72a607c
746f5798
1 parent
b87af20d
style(views/checkin): 调整按钮样式和颜色
修改浮动按钮位置和返回顶部按钮颜色,提升视觉一致性
Hide 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 @
746f579
<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-12-18 22:
47:39
* @LastEditTime: 2025-12-18 22:
58:48
* @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue
* @Description: 文件描述
-->
...
...
@@ -702,7 +702,7 @@ const formatData = (data) => {
}
.van-back-top {
background-color: #
4caf50
;
background-color: #
22c55e
;
}
.calendar-selected {
...
...
@@ -828,7 +828,7 @@ const formatData = (data) => {
/* 紧凑模式(圆形按钮) */
.floating-checkin-button.is-compact {
left: auto;
right: 1
.5
rem;
right: 1rem;
width: auto;
padding: 0;
}
...
...
Please
register
or
login
to post a comment