fix: 滚仓拒绝原因页内展示,斐波/突破隐藏预览按钮
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1305,6 +1305,12 @@ html[data-theme="light"] .detail-actions {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#roll-form[data-add-mode="fib_618"] #roll-preview-btn,
|
||||
#roll-form[data-add-mode="fib_786"] #roll-preview-btn,
|
||||
#roll-form[data-add-mode="breakout"] #roll-preview-btn {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#strategy-roll-panel .roll-risk-banner {
|
||||
margin-bottom: 8px;
|
||||
color: #8fc8ff;
|
||||
@@ -1341,12 +1347,30 @@ html[data-theme="light"] #strategy-roll-panel .roll-section-title {
|
||||
color: #dde2ff;
|
||||
}
|
||||
|
||||
#roll-preview-box.roll-preview-box.is-error {
|
||||
border-color: #8a3a4a;
|
||||
background: #1a1218;
|
||||
color: #ffb4b4;
|
||||
}
|
||||
|
||||
#roll-preview-box.roll-preview-box.is-preview {
|
||||
border-color: #3a5a8a;
|
||||
background: #141a28;
|
||||
color: #dde2ff;
|
||||
}
|
||||
|
||||
html[data-theme="light"] #roll-preview-box.roll-preview-box {
|
||||
background: #f6f9fc !important;
|
||||
border-color: #b8c8d8 !important;
|
||||
color: #1a2838 !important;
|
||||
}
|
||||
|
||||
html[data-theme="light"] #roll-preview-box.roll-preview-box.is-error {
|
||||
background: #fff5f5 !important;
|
||||
border-color: #d8a0a8 !important;
|
||||
color: #8a2030 !important;
|
||||
}
|
||||
|
||||
#roll-countdown.roll-countdown {
|
||||
margin-top: 6px;
|
||||
color: #ffb347;
|
||||
|
||||
Reference in New Issue
Block a user