docs: fix Space size type

This commit is contained in:
xrkffgg 2020-10-21 12:24:03 +08:00
parent b383c14114
commit cb23875ab7
2 changed files with 2 additions and 2 deletions

View File

@ -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 |

View File

@ -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 |