mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
docs: fix Space size type
This commit is contained in:
parent
b383c14114
commit
cb23875ab7
@ -18,5 +18,5 @@ Avoid components clinging together and set a unified space.
|
||||
| --- | --- | --- | --- | --- |
|
||||
| align | Align items | `start` \| `end` \|`center` \|`baseline` | - | 4.2.0 |
|
||||
| direction | The space direction | `vertical` \| `horizontal` | `horizontal` | 4.1.0 |
|
||||
| size | The space size | `small` \| `middle` \| `large` \| `number` | `small` | 4.1.0 |
|
||||
| size | The space size | `small` \| `middle` \| `large` \| number | `small` | 4.1.0 |
|
||||
| split | Set split | ReactNode | - | 4.7.0 |
|
||||
|
@ -22,5 +22,5 @@ cover: https://gw.alipayobjects.com/zos/antfincdn/wc6%263gJ0Y8/Space.svg
|
||||
| --- | --- | --- | --- | --- |
|
||||
| align | 对齐方式 | `start` \| `end` \|`center` \|`baseline` | - | 4.2.0 |
|
||||
| direction | 间距方向 | `vertical` \| `horizontal` | `horizontal` | 4.1.0 |
|
||||
| size | 间距大小 | `small` \| `middle` \| `large` \| `number` | `small` | 4.1.0 |
|
||||
| size | 间距大小 | `small` \| `middle` \| `large` \| number | `small` | 4.1.0 |
|
||||
| split | 设置拆分 | ReactNode | - | 4.7.0 |
|
||||
|
Loading…
Reference in New Issue
Block a user