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
+1 -1
View File
@@ -246,6 +246,6 @@
<div id="toast"></div>
<script src="https://unpkg.com/lightweight-charts@4.2.0/dist/lightweight-charts.standalone.production.js"></script>
<script src="/assets/chart.js?v=20260603-hub-binance-tick"></script>
<script src="/assets/app.js?v=20260604-hub-grid-compact2"></script>
<script src="/assets/app.js?v=20260604-hub-pos-table"></script>
</body>
</html>