feat(web): table support pagesize

This commit is contained in:
zhaoying
2026-04-14 17:59:24 +08:00
parent 5e6490213d
commit 3e48d620b2
2 changed files with 4 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ const Index = () => {
rowKey="id"
bordered={false}
scrollY="100%"
pagination={{pagesize: 10}}
/>
</div>
</Flex>