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-03-21 09:35:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d445153ffdd4f703248f805c0672f282eac3e5e5
d445153f
1 parent
7a2db56c
style(HomePage): 调整签到按钮的样式和间距
优化签到按钮的布局,减少间距并调整按钮宽度,以提升页面美观性和一致性
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/HomePage.vue
src/views/HomePage.vue
View file @
d445153
...
...
@@ -66,12 +66,12 @@
<p class="text-green-600 text-sm">+5 积分已添加到您的账户</p>
</div>
<template v-else>
<div class="flex space-x-
3 overflow-x-auto
py-2">
<div class="flex space-x-
2
py-2">
<button
v-for="checkInType in checkInTypes"
:key="checkInType.id"
:class="[
'flex-
shrink-0 flex flex-col items-center p-3
rounded-lg transition-colors',
'flex-
1 flex flex-col items-center p-2
rounded-lg transition-colors',
selectedCheckIn?.id === checkInType.id
? 'bg-green-100 border border-green-200'
: 'bg-white/70 border border-gray-100 hover:bg-white'
...
...
Please
register
or
login
to post a comment