Add hub TP profit field, 2-decimal options PnL, and exchange mark price display.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 17:22:26 +08:00
parent e3e53ff7f5
commit 279648de56
8 changed files with 58 additions and 7 deletions
+9
View File
@@ -1968,6 +1968,15 @@ body.market-chart-fs-open {
font-weight: 600;
}
.hub-pos-card .pos-tp-profit {
color: #4cd97f;
font-weight: 600;
}
html[data-theme="light"] .hub-pos-card .pos-tp-profit {
color: #1a8f4a;
}
.hub-pos-card .pos-footer {
display: flex;
flex-wrap: wrap;