Fix position cards, breakeven badge, and tablet equal-height layout.

Stop clipping pos cards and match trailing-BE stop detection for the badge. On tablet, align order and live-trading panels to equal height with internal scroll; keep desktop positions scrollable after three cards.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-29 23:47:59 +08:00
parent c6c6c3fe83
commit 9dbf6b1f1e
6 changed files with 149 additions and 27 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ table tbody tr:hover{background:var(--row-hover)}
}
.pos-card{
position:relative;overflow:hidden;
position:relative;overflow:visible;
transition:border-color .2s,box-shadow .2s;
}
.pos-card::before{