顶栏实时盈亏只显示U;交易账户USDT/ETH多行展示

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-20 18:05:42 +08:00
parent 8b5080bdda
commit 467f4f092f
6 changed files with 48 additions and 43 deletions
+8
View File
@@ -690,6 +690,14 @@ html[data-theme="light"] .theme-toggle-btn.is-active {
white-space: nowrap;
}
#current-capital,
.stat-strip-item [data-funds-field="current-capital"],
.inst-phone-chip [data-funds-field="current-capital"] {
white-space: pre-line;
line-height: 1.2;
font-size: 0.82rem;
}
.stat-strip-item--primary .label {
font-size: 0.76rem;
}