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