arco-design / arco-design-vue

A Vue.js 3 UI Library based on Arco Design
https://arco.design/vue
MIT License
2.72k stars 534 forks source link

表格分页大小(size)应默认使用表格大小 #3345

Open kkkisme opened 12 hours ago

kkkisme commented 12 hours ago

Basic Info

What are the similar cases of this feature

表格分页大小(size)应默认使用表格大小

What problem does this feature solve?

表格分页大小(size)应默认使用表格大小

kkkisme commented 12 hours ago

https://github.com/arco-design/arco-design-vue/blob/9589fcb76e1318d459f7a8644b9488b9afa1e01e/packages/web-vue/components/table/table.tsx#L2272

改成这样会不会更符合直接一些

{size: props.size, ...paginationProps}

不然在使用的时候要这样写 image