大量修改UI
This commit is contained in:
@@ -51,7 +51,7 @@ export function Pager({ page, total, pageSize, onChange, onPageSizeChange, pageS
|
||||
|
||||
return (
|
||||
<div className={`list-pager${sticky ? " sticky" : ""}`}>
|
||||
<span className="total">// 共 {total} 条 · 第 {cur} / {totalPages} 页</span>
|
||||
<span className="total">共 {total} 条 · 第 {cur} / {totalPages} 页</span>
|
||||
<div className="pages">
|
||||
<button type="button" disabled={cur === 1} onClick={() => onChange(cur - 1)} aria-label="上一页">‹</button>
|
||||
{pageWindow(cur, totalPages).map((p, i) => (
|
||||
|
||||
Reference in New Issue
Block a user