This commit is contained in:
薇薇安 2026-01-22 19:31:56 +08:00
parent e5a281569c
commit 8afd282ca5

View File

@ -452,7 +452,7 @@ function Recommendations() {
<TrendingDown className="ug-direction-icon" aria-label="做空" size={18} /> <TrendingDown className="ug-direction-icon" aria-label="做空" size={18} />
)} )}
</span> </span>
<span className="ug-pill entry"> <span className="ug-pill entry text-white text-xl">
入场 {fmtPrice(rec.suggested_limit_price ?? rec.planned_entry_price)} USDT 入场 {fmtPrice(rec.suggested_limit_price ?? rec.planned_entry_price)} USDT
{(() => { {(() => {
const st = getEntryStatus(rec) const st = getEntryStatus(rec)