布局 Layout
以简易的方式构建页面布局。
Attributes
Row
| 属性 | 描述 | 类型 | 推荐值 | 默认 |
|---|---|---|---|---|
| gutter | 表格间距 | string / number | - | 0 |
| justify | 水平对齐方式 | string | start / end / center / space-around / space-between | start |
| align | 垂直对齐方式 | string | top / middle / bottom | top |
Col
| 属性 | 描述 | 类型 | 推荐值 | 默认 |
|---|---|---|---|---|
| span | 列占有的网格大小 | number | 1 - 24 | 24 |