ant-design/components/space/index.zh-CN.md
Tom Xu d44f404eae
docs: sort api (#27251)
* chore: improve sort api table scripts

* sort api

* add ignore

* Revert "sort api"

This reverts commit 343505d5f09d69349ce1fbdaea2a9faa7e852207.

* sort api

* Update package.json

* sort api

* Delete sort-api.js

* sort api

* sort api

* sort api

* fix

* Update index.zh-CN.md

* fix input-number

* fix input-number

* sort func

* fix

* Method moved to the end

* carousel method
2020-10-21 10:33:43 +08:00

728 B

category type subtitle title cols cover
Components 布局 间距 Space 1 https://gw.alipayobjects.com/zos/antfincdn/wc6%263gJ0Y8/Space.svg

设置组件之间的间距。

何时使用

避免组件紧贴在一起,拉开统一的空间。

  • 适合行内元素的水平间距。
  • 可以设置各种水平对齐方式。

API

参数 说明 类型 默认值 版本
align 对齐方式 start | end |center |baseline - 4.2.0
direction 间距方向 vertical | horizontal horizontal 4.1.0
size 间距大小 small | middle | large | number small 4.1.0
split 设置拆分 ReactNode - 4.7.0