首页美化一下

This commit is contained in:
liuwei
2026-02-27 12:22:07 +08:00
parent 44297e0448
commit 10a3f18540
8 changed files with 179 additions and 133 deletions
@@ -1137,13 +1137,13 @@ new Vue({
}
.stat-title {
font-size: 14px;
color: #6b86a8;
color: var(--tech-text-muted);
margin-bottom: 10px;
}
.stat-value {
font-size: 24px;
font-weight: bold;
color: #5bd3ff;
color: var(--tech-accent-2);
}
.batch-toolbar {
margin-bottom: 15px;
@@ -1152,7 +1152,7 @@ new Vue({
}
.selected-count {
margin-left: 15px;
color: #6b86a8;
color: var(--tech-text-muted);
}
</style>
{% endblock %}