Paginate hub archive trade records at 5 per page.

Match the instance records pager so 内照明心 lists stay compact with prev/next controls.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 13:27:42 +08:00
parent c2a40e3cc5
commit e5e1d5edcc
3 changed files with 92 additions and 4 deletions
+19
View File
@@ -8670,6 +8670,25 @@ body.funds-fullscreen-open {
background: var(--panel);
overscroll-behavior: contain;
}
.archive-trades-pager {
display: flex;
align-items: center;
gap: 8px;
margin-top: 8px;
font-size: 0.74rem;
color: var(--muted);
}
.archive-trades-pager[hidden] {
display: none !important;
}
.archive-trades-pager .ghost {
font-size: 0.72rem;
padding: 2px 8px;
}
.archive-trades-pager .ghost:disabled {
opacity: 0.45;
cursor: not-allowed;
}
.archive-trades-table {
width: 100%;
min-width: 1000px;