mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
feat(Row): add wrap prop (#8393)
This commit is contained in:
@@ -91,6 +91,7 @@ Set grid spacing using `gutter` attribute. The default value is 0.
|
||||
| tag | Custom element tag | _string_ | `div` |
|
||||
| justify | Flex main axis,can be set to end/center/space-around/space-between | _string_ | `start` |
|
||||
| align | Flex cross axis, be set to center/bottom | _string_ | `top` |
|
||||
| wrap `v3.0.11` | Whether to wrap | _boolean_ | `true` |
|
||||
|
||||
### Col Props
|
||||
|
||||
|
||||
@@ -96,6 +96,7 @@ Layout 组件提供了 `24列栅格`,通过在 `Col` 上添加 `span` 属性
|
||||
| tag | 自定义元素标签 | _string_ | `div` |
|
||||
| justify | 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between` | _string_ | `start` |
|
||||
| align | 交叉轴对齐方式,可选值为 `center` `bottom` | _string_ | `top` |
|
||||
| wrap `v3.0.11` | 是否自动换行 | _boolean_ | `true` |
|
||||
|
||||
### Col Props
|
||||
|
||||
|
||||
Reference in New Issue
Block a user