间距 Space

设置组件之间的间距

基础用法

基础使用

垂直间距

设置 direction 属性为 vertical 即可设置垂直方向排列的间距

尺寸

内置 4 个尺寸,mini - 4px small - 8px (默认) medium - 16px large - 24px,也支持传数字来自定义尺寸

分隔符

设置插槽 split 可以为相邻子元素设置分隔符

水平布局对齐方式

内置 4 种对齐方式,分别为 start center end baseline,在水平模式下默认为 center

API

Attributes

属性名描述类型默认值
direction间距方向horizontal | verticalhorizontal
size间距大小,支持分别制定横向和竖向的间距number | mini | small | medium | largesmall
align对齐方式start | center | end | baselinecenter
fill充满整行booleanfalse

Slots

name描述scoped
split设置分隔符-

最后更新时间: