Skip to content

Commit 05bdb1f

Browse files
committed
docs: polish Chinese README wording
1 parent 8be63b3 commit 05bdb1f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ npm start
7373
| 参数 | 类型 | 默认值 | 说明 |
7474
| ---------------------------- | ------------------------------------------ | -------------------------------------- | -------------------------------------- |
7575
| align | `'start' \| 'center' \| 'end'` | - | 对齐分页项目。 |
76-
| className | `string` | - | 根元素的className。 |
77-
| classNames | `Partial<Record<'item', string>>` | - | 语义className。 |
76+
| className | `string` | - | 根元素的 className。 |
77+
| classNames | `Partial<Record<'item', string>>` | - | 语义 className。 |
7878
| current | `number` | - | 控制当前页面。 |
7979
| defaultCurrent | `number` | `1` | 初始当前页面。 |
8080
| defaultPageSize | `number` | `10` | 初始页面大小。 |
@@ -87,7 +87,7 @@ npm start
8787
| nextIcon | `ReactNode \| ComponentType` | - | 自定义下一个图标。 |
8888
| pageSize | `number` | - | 受控的页面大小。 |
8989
| pageSizeOptions | `number[]` | - | 页面大小选项。 |
90-
| prefixCls | `string` | `rc-pagination` | className前缀。 |
90+
| prefixCls | `string` | `rc-pagination` | className 前缀。 |
9191
| prevIcon | `ReactNode \| ComponentType` | - | 自定义上一个图标。 |
9292
| role | `React.AriaRole` | - | WAI-ARIA role. |
9393
| selectPrefixCls | `string` | `rc-select` | 尺寸变换器选择的前缀。 |

0 commit comments

Comments
 (0)