Make hedge-plan dual cards equal width and height.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-14 12:38:19 +08:00
parent 8d37b2cba3
commit 27f4f5e2ee
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -3322,6 +3322,16 @@ html[data-theme="light"] .opt-be-dist-down {
.hedge-plan-page-wrap .options-strike-table-wrap--t {
max-height: 168px;
}
.hedge-plan-page-wrap .options-dual-grid {
grid-template-columns: 1fr 1fr;
align-items: stretch;
}
.hedge-plan-page-wrap .options-dual-grid > .card {
height: 100%;
min-height: 0;
display: flex;
flex-direction: column;
}
.hedge-plan-page-wrap .hp-pick.active,
.hedge-plan-page-wrap .opt-row-selected td {
background: rgba(90, 140, 255, 0.18);