Show option premium in trade detail and widen the modal.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 10:25:33 +08:00
parent cad86813dc
commit 05520f82bd
2 changed files with 44 additions and 19 deletions
+6
View File
@@ -949,6 +949,12 @@ input {
overflow: hidden;
}
/* 策略机交易记录详情:加宽,减少换行 */
.modal-dialog.trade-detail-modal {
width: min(920px, 100%);
max-height: min(90vh, 960px);
}
.modal-head {
display: flex;
align-items: center;