Skip to content
On this page

Space 间距

设置组件之间的间距

基本使用

基本使用

开启

间距尺寸

可使用 spacing 设置间距大小

开启

间距方向

可使用 vertical 设置间距是否为垂直方向。

开启

Attributes

参数说明类型可选值默认值
spacing间距尺寸FightingSizelarge middle small minimiddle
vertical是否竖直排列boolean——false
nowrap是否禁止换行boolean——false
row-gap自定义纵向间距string————
column-gap自定义横向间距string————

Interface

组件导出以下类型定义:

ts
import type { SpaceInstance, SpaceProps } from 'fighting-design'

Contributors