后台管理系统优化

This commit is contained in:
2025-12-27 16:45:38 +08:00
parent a4e2542b23
commit 464386efe0
14 changed files with 542 additions and 57 deletions
+3 -3
View File
@@ -24,20 +24,20 @@ const goHome = () => {
justify-content: center;
align-items: center;
min-height: 100vh;
background-color: #f0f2f5;
background-color: var(--ls-bg);
.content {
text-align: center;
h1 {
font-size: 120px;
color: #409eff;
color: var(--ls-accent-orange);
margin-bottom: 20px;
}
p {
font-size: 24px;
color: #666;
color: rgba(226, 232, 240, 0.75);
margin-bottom: 30px;
}
}