fix: 今日统计数字改用常规字体,去掉发光效果

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-04 23:16:22 +08:00
parent 9deb58a38a
commit 65b911994c
3 changed files with 20 additions and 7 deletions
+16 -3
View File
@@ -1188,11 +1188,24 @@ html[data-theme="light"] .host-metric-bar {
margin-bottom: 4px;
}
.monitor-stats-card .card-title {
font-family: var(--font);
letter-spacing: 0.01em;
}
.monitor-stat-value {
font-family: var(--display);
font-size: 22px;
font-family: var(--font);
font-size: 17px;
font-weight: 600;
line-height: 1.15;
font-variant-numeric: tabular-nums;
line-height: 1.3;
letter-spacing: 0;
color: var(--text);
}
.monitor-stat-value.pnl-pos,
.monitor-stat-value.pnl-neg {
text-shadow: none;
}
.monitor-stat-sub {