Show initial and current roll position size plus rolling status on active roll groups table.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 16:45:32 +08:00
parent f5f302b97e
commit 5ef6affabf
4 changed files with 38 additions and 5 deletions
+11
View File
@@ -1629,6 +1629,17 @@ html[data-theme="light"] #strategy-roll-panel .roll-section-title {
color: #006e9a !important;
}
#strategy-roll-panel .roll-active-groups-table .roll-tp-profit,
#strategy-roll-panel .roll-active-groups-table .roll-status-active {
color: #4cd97f;
font-weight: 600;
}
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;
}
#roll-preview-box.roll-preview-box {
margin: 8px 0;
padding: 10px;