feat: 本次提交更新内容如下

首页样式优化
This commit is contained in:
笔记本里的永平
2025-07-22 17:58:14 +08:00
parent 959f8bd81c
commit 17e4cd26fe

View File

@@ -1,11 +1,8 @@
.home-page { .home-page {
padding: 12px; padding: 12px;
background: #f8f6f3;
min-height: 100vh;
} }
.content-wrapper { .content-wrapper {
padding: 12px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 12px; gap: 12px;
@@ -58,7 +55,6 @@
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
gap: 12px; gap: 12px;
margin-bottom: 16px;
} }
.stat-card { .stat-card {
@@ -159,7 +155,6 @@
background: white; background: white;
border-radius: 12px; border-radius: 12px;
padding: 16px; padding: 16px;
margin-bottom: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease; transition: all 0.3s ease;