自定义分页条目

This commit is contained in:
yj 2024-10-10 16:42:05 +08:00
parent e96528870c
commit 61558b0d90
2 changed files with 3 additions and 3 deletions

View File

@ -264,7 +264,7 @@ const User: React.FC = () => {
pageIndex: page,
pageSize: pageSize
})
}} showSizeChanger pageSize={list.pageSize} current={list.pageIndex} />
}} showSizeChanger pageSizeOptions={[10, 14, 20, 30, 40, 50, 100]} pageSize={list.pageSize} current={list.pageIndex} />
</div>
</div>
</div>

View File

@ -1,4 +1,4 @@
import styles from '@/page/Meeting/ShareScreenWindow/index.module.scss'
import styles from '@/page/ShareScreenWindow/index.module.scss'
import { useEffect } from "react";
const ShareScreenWindow: React.FC = () => {