Auto-fill 期期 sheets from trading balance with same-sheets default.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-19 00:56:35 +08:00
parent f21e4d1166
commit b3548240cc
7 changed files with 374 additions and 5 deletions
+15
View File
@@ -3258,6 +3258,21 @@ html[data-theme="light"] .opt-be-dist-down {
flex-direction: column;
gap: 8px;
}
.hedge-plan-page-wrap .hp-oo-size-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin: 6px 0 2px;
}
.hedge-plan-page-wrap .hp-oo-size-mode.active {
border-color: var(--accent, #00d4ff);
color: var(--text, #fff);
background: rgba(0, 212, 255, 0.12);
}
.hedge-plan-page-wrap #hp-oo-budget-line.hp-oo-budget-warn {
color: #ff8a8a;
}
.hedge-plan-page-wrap .hp-oo-leg-row {
display: flex;
flex-wrap: wrap;