mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
Add locale prop link
This commit is contained in:
parent
f8122309fa
commit
5d7fea6c68
@ -2,7 +2,7 @@
|
||||
|
||||
- order: 9
|
||||
|
||||
通过 `locale` 配置时区、语言等。
|
||||
通过 `locale` 配置时区、语言等,[默认配置](https://github.com/ant-design/ant-design/issues/424)。
|
||||
|
||||
---
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
| disabled | 禁用 | bool | false |
|
||||
| calendarStyle | 格外的弹出日历样式,例如 zIndex | object | {} |
|
||||
| size | 输入框大小,`large` 高度为 32px,`small` 为 22px,默认是 28px | string | 无 |
|
||||
| locale | 国际化配置,[详细配置](https://github.com/ant-design/ant-design/issues/424) | object | - |
|
||||
|
||||
<style>
|
||||
.code-box-demo .ant-calendar-picker {
|
||||
|
Loading…
Reference in New Issue
Block a user