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