合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## Row 行 行布局,行Row和列Col组成栅格布局,采用24栅格系统 ![](https://img.kancloud.cn/dc/58/dc588e20997058dcf86da75dcedfc000_1911x84.png) ### 代码示例 ```html <cvu-row type="flex" :gutter="10" align="middle" justify="center"></cvu-row> ``` ### props 参数 | 类型 | 描述 | 默认 | 可选值 | 必选 ---- | ---- | ---- | ---- | ---- | ---- type | String | 布局模式 | flex | | 否 justify | String | flex布局下的水平排列方式 | start | start/end/center/space-around/space-between | 否 align | String | flex布局下的垂直排列方式 | top | top/middle/bottom | 否 gutter | Number | 栅格间距 | 0 | | 否