Add fleet stats table with funds, fees, loss streak, and totals.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 12:25:30 +08:00
parent 5982cb7414
commit 8745d8e6d1
5 changed files with 298 additions and 2 deletions
+15
View File
@@ -407,6 +407,21 @@ input {
justify-content: center;
}
.stats-section {
margin-top: 28px;
}
.stats-toolbar {
margin-bottom: 10px;
}
.stats-table tfoot .stats-total-row td {
border-top: 1px solid rgba(0, 229, 255, 0.35);
background: rgba(0, 40, 60, 0.45);
font-weight: 650;
color: var(--accent);
}
.btn-sm {
padding: 4px 8px;
font-size: 0.78rem;