fix: OKX options buy/close orders with tick alignment and reduceOnly

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 08:52:18 +08:00
parent ae0c44e20d
commit 05586242f0
6 changed files with 269 additions and 65 deletions
+11
View File
@@ -2390,4 +2390,15 @@ html[data-theme="light"] .settings-export-link {
font-size: 0.85rem;
margin-bottom: 8px;
}
#opt-order-msg.opt-error,
.opt-error {
color: #ff6b6b;
}
.opt-row-actions {
white-space: nowrap;
}
.opt-row-actions .btn-primary,
.opt-row-actions .btn-secondary {
margin-right: 4px;
}