Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-05-29 15:34:17 | 2 | * @Date: 2025-05-29 15:34:17 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-12-18 22:47:39 | 4 | + * @LastEditTime: 2025-12-18 22:58:48 |
| 5 | * @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue | 5 | * @FilePath: /mlaj/src/views/checkin/IndexCheckInPage.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -702,7 +702,7 @@ const formatData = (data) => { | ... | @@ -702,7 +702,7 @@ const formatData = (data) => { |
| 702 | } | 702 | } |
| 703 | 703 | ||
| 704 | .van-back-top { | 704 | .van-back-top { |
| 705 | - background-color: #4caf50; | 705 | + background-color: #22c55e; |
| 706 | } | 706 | } |
| 707 | 707 | ||
| 708 | .calendar-selected { | 708 | .calendar-selected { |
| ... | @@ -828,7 +828,7 @@ const formatData = (data) => { | ... | @@ -828,7 +828,7 @@ const formatData = (data) => { |
| 828 | /* 紧凑模式(圆形按钮) */ | 828 | /* 紧凑模式(圆形按钮) */ |
| 829 | .floating-checkin-button.is-compact { | 829 | .floating-checkin-button.is-compact { |
| 830 | left: auto; | 830 | left: auto; |
| 831 | - right: 1.5rem; | 831 | + right: 1rem; |
| 832 | width: auto; | 832 | width: auto; |
| 833 | padding: 0; | 833 | padding: 0; |
| 834 | } | 834 | } | ... | ... |
-
Please register or login to post a comment