开仓紧跟止盈/止盈%;持仓上限改为红底提示条,显示更清楚。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-12 20:51:04 +08:00
parent bacb5fdde4
commit 3f305bd0ca
5 changed files with 31 additions and 20 deletions
+6
View File
@@ -1966,6 +1966,12 @@ html[data-theme="light"] .order-plan-preview {
border-color: #b8c8d8 !important;
}
html[data-theme="light"] .om-open-block-note--below {
color: #c62828 !important;
background: rgba(198, 40, 40, 0.1) !important;
border-color: rgba(198, 40, 40, 0.35) !important;
}
html[data-theme="light"] .order-monitor-form .om-field-lab {
color: #5a6a82;
}