单独期权增加翻倍出场:可开关、自选倍数(默认1倍=盈利等于权利金),达标后买一限价平。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-12 10:31:29 +08:00
parent 8dda7500df
commit cd23ea74a6
11 changed files with 728 additions and 13 deletions
+16
View File
@@ -4447,6 +4447,22 @@ html[data-theme="light"] .opt-pending-item {
min-height: 32px;
box-sizing: border-box;
}
.options-estimate-row .opt-profit-exit-mult,
.options-page-wrap .opt-pos-profit-exit-mult {
width: 4.5rem;
min-width: 0;
font-size: 0.8rem;
padding: 6px 8px;
min-height: 32px;
box-sizing: border-box;
}
.options-page-wrap .opt-profit-exit-toggle {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 0.78rem;
white-space: nowrap;
}
.options-estimate-row .k {
color: #8892b0;
}