fix: 优化数据

This commit is contained in:
Daniel
2026-03-02 11:28:13 +08:00
parent 4a8fff5a00
commit 004d10b283
39 changed files with 1106 additions and 56 deletions

View File

@@ -31,6 +31,11 @@ body,
font-family: 'Orbitron', sans-serif;
}
/* 数据库面板:易读字体 */
.font-db {
font-family: 'Noto Sans SC', system-ui, -apple-system, sans-serif;
}
/* Tabular numbers for aligned stat display */
.tabular-nums {
font-variant-numeric: tabular-nums;