mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 03:39:32 +08:00
移除图片资源列表得页码选择器
This commit is contained in:
parent
6e273b621f
commit
1972380fd7
@ -241,7 +241,6 @@ export const ResourceImagesPage = () => {
|
|||||||
style={{ display: "flex", flexDirection: "row-reverse" }}
|
style={{ display: "flex", flexDirection: "row-reverse" }}
|
||||||
>
|
>
|
||||||
<Pagination
|
<Pagination
|
||||||
showSizeChanger
|
|
||||||
onChange={(currentPage, currentSize) => {
|
onChange={(currentPage, currentSize) => {
|
||||||
setPage(currentPage);
|
setPage(currentPage);
|
||||||
setSize(currentSize);
|
setSize(currentSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user