分开上下行统计

This commit is contained in:
CN-JS-HuiBai
2026-04-05 18:06:11 +08:00
parent 9e827c9831
commit aed9147074
4 changed files with 34 additions and 12 deletions

View File

@@ -557,6 +557,23 @@ input:checked+.slider:before {
line-height: 1.2;
}
.stat-card-value-group {
display: flex;
align-items: baseline;
gap: 6px;
}
.stat-card-value-group .stat-card-value {
font-size: 1.3rem; /* Slightly smaller to fit two in one row */
}
.stat-card-separator {
font-size: 1rem;
color: var(--text-muted);
opacity: 0.5;
font-weight: 300;
}
.stat-card-servers .stat-card-value {
color: var(--accent-purple);
}