### 布局

#### API

##### Row

|  参数   |                             说明                             |      类型       | 默认值  | 版本  |
| :-----: | :----------------------------------------------------------: | :-------------: | :-----: | :---: |
|  type   |                   布局方式，可选值为`flex`                   |    `String`     |    -    | 0.1.0 |
| gutter  |                 列元素之间的间距（单位为px）                 | `String|Number` |    -    | 0.1.0 |
| justify | Flex 主轴对齐方式，可选值为 `end` `center space-around` `space-between` |    `String`     | `start` | 0.1.0 |
|  align  |       Flex 交叉轴对齐方式，可选值为 `center` `bottom`        |    `String`     |  `top`  | 0.1.0 |

##### Col

|  参数  |      说明      |      类型       | 默认值 | 版本  |
| :----: | :------------: | :-------------: | :----: | :---: |
|  span  |   列元素宽度   | `String|Number` |   -    | 0.1.0 |
| offset | 列元素偏移距离 | `String|Number` |   -    | 0.1.0 |

