更新首页文档跳转链接&调整后台分页显示

This commit is contained in:
Eamon-meng
2026-02-25 18:46:11 +08:00
parent 85f241e8e3
commit 2125f1ef9e
3 changed files with 9 additions and 13 deletions

View File

@@ -107,13 +107,9 @@ function Pagination({
const paginationItems = generatePaginationItems()
return (
<div className={`flex flex-wrap items-center justify-end gap-4 ${className || ''}`}>
<div className={`flex flex-wrap items-center gap-4 ${className || ''}`}>
<div className="flex-none flex items-center gap-2 text-sm text-muted-foreground">
{' '}
{total}
{' '}
{total}
<Select
value={size.toString()}
onValueChange={handlePageSizeChange}