Skip to content

Row 行

栅格行,与 Col 搭配实现 12 栏布局。

基础用法

loading

对齐方式

loading

API

属性说明类型
columns列数或自定义 grid-template-columns(默认 12)number | string
gap栅格间隔(如 16 或 "16px")number | string
align垂直对齐'start' | 'center' | 'end' | 'stretch'
justify水平对齐'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'

MIT License