diff --git a/components/pagination/index.en-US.md b/components/pagination/index.en-US.md index a9f7bd069..36f2b28e2 100644 --- a/components/pagination/index.en-US.md +++ b/components/pagination/index.en-US.md @@ -32,7 +32,7 @@ A long list can be divided into several pages using `Pagination`, and only one p | responsive | If `size` is not specified, `Pagination` would resize according to the width of the window | boolean | - | 3.1 | | showLessItems | Show less page items | boolean | false | 1.5.0 | | showQuickJumper | determine whether you can jump to pages directly | boolean | false | | -| showSizeChanger | determine whether `pageSize` can be changed | boolean | false | | +| showSizeChanger | Determine whether to show `pageSize` select, it will be true when `total > 50` | boolean | - | | | showTitle | Show page item's title | boolean | true | 1.5.0 | | showTotal | to display the total number and range | Function(total, range) | - | | | simple | whether to use simple mode | boolean | - | | diff --git a/components/pagination/index.zh-CN.md b/components/pagination/index.zh-CN.md index abc620e73..7651c48cf 100644 --- a/components/pagination/index.zh-CN.md +++ b/components/pagination/index.zh-CN.md @@ -27,7 +27,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/1vqv2bj68/Pagination.svg | responsive | 当 size 未指定时,根据屏幕宽度自动调整尺寸 | boolean | - | 3.1 | | showLessItems | 是否显示较少页面内容 | boolean | false | 1.5.0 | | showQuickJumper | 是否可以快速跳转至某页 | boolean | false | | -| showSizeChanger | 是否可以改变 pageSize | boolean | false | | +| showSizeChanger | 是否展示 `pageSize` 切换器,当 `total` 大于 50 时默认为 true | boolean | - | | | showTotal | 用于显示数据总量和当前数据顺序 | Function(total, range) | - | | | simple | 当添加该属性时,显示为简单分页 | boolean | - | | | size | 当为「small」时,是小尺寸分页 | string | "" | |