fix(hub): use single position table header on desktop monitor cards

Render all exchange positions in one table row group instead of repeating column headers per symbol.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-03 23:20:34 +08:00
parent 833c51e34a
commit 7957a62c65
3 changed files with 76 additions and 26 deletions
+8
View File
@@ -1272,6 +1272,14 @@ body.market-chart-fs-open {
margin-bottom: 0;
}
.pos-table-wrap {
margin-bottom: 8px;
}
.data-table-positions tbody tr:not(:last-child) td {
border-bottom: 1px dashed var(--border-soft);
}
.pos-action-group {
display: inline-flex;
flex-direction: row;