This commit is contained in:
薇薇安 2026-01-22 19:32:57 +08:00
parent 8afd282ca5
commit d354aec939

View File

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