资金栏交易账户 USDT/ETH 多行显示。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-20 17:40:16 +08:00
parent 857974070e
commit feef36db78
4 changed files with 11 additions and 4 deletions
@@ -1164,7 +1164,7 @@ function formatTradingAccountLabel(usdt, eth, btc, marginMode) {
};
pushCoin(eth, "ETH");
pushCoin(btc, "BTC");
return parts.length ? parts.join(" / ") : "—";
return parts.length ? parts.join("\n") : "—";
}
function setFundsFieldText(field, text){