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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user