Fix roll position display: live contracts, TP profit, and 2-decimal qty precision.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 17:06:33 +08:00
parent 5ef6affabf
commit e3e53ff7f5
15 changed files with 217 additions and 33 deletions
+9
View File
@@ -1635,6 +1635,15 @@ html[data-theme="light"] #strategy-roll-panel .roll-section-title {
font-weight: 600;
}
.pos-tp-profit {
color: #4cd97f;
font-weight: 600;
}
html[data-theme="light"] .pos-tp-profit {
color: #1a8f4a !important;
}
html[data-theme="light"] #strategy-roll-panel .roll-active-groups-table .roll-tp-profit,
html[data-theme="light"] #strategy-roll-panel .roll-active-groups-table .roll-status-active {
color: #1a8f4a !important;