codex 试用,美化

This commit is contained in:
liuwei
2026-02-26 14:48:15 +08:00
parent 14b1c45057
commit f2af83a72f
8 changed files with 68 additions and 52 deletions

View File

@@ -1137,13 +1137,13 @@ new Vue({
}
.stat-title {
font-size: 14px;
color: #606266;
color: #6b86a8;
margin-bottom: 10px;
}
.stat-value {
font-size: 24px;
font-weight: bold;
color: #409EFF;
color: #5bd3ff;
}
.batch-toolbar {
margin-bottom: 15px;
@@ -1152,7 +1152,7 @@ new Vue({
}
.selected-count {
margin-left: 15px;
color: #606266;
color: #6b86a8;
}
</style>
{% endblock %}
{% endblock %}