Skip to content

VRow API

组件页面

属性

名称类型默认值
align
Applies the align-items css property. Available options are: start, center, end, baseline and stretch.
align-content
Applies the align-content css property. Available options are: start, center, end, space-between, space-around and stretch.
align-content-lg
在更大和更大的断点上更改 align-content 属性。
align-content-md
在中等和较大的断点上更改 align-content 属性。
align-content-sm
在较小和较大的断点处更改 align-content 属性。
align-content-xl
在更大和更大的断点上更改 align-content 属性。
align-content-xxl
Changes the align-content property on extra extra large and greater breakpoints.
align-lg
在更大和更大的断点上更改 align-items 属性。
align-md
在中等和更高的断点上更改 align-items 属性。
align-sm
在较小和较大的断点处更改 align-items 属性。
align-xl
在更大和更大的断点上更改 align-items 属性。
align-xxl
Changes the align-items property on extra extra large and greater breakpoints.
dense
减少 v-col 之间的距离。
justify
Applies the justify-content css property. Available options are: start, center, end, space-between and space-around.
justify-lg
在更大和更大的断点上更改 justify-content 属性。
justify-md
在中等和更高的断点上更改 justify-content 属性。
justify-sm
在较小和较大的断点上更改 justify-content 属性。
justify-xl
在更大和更大的断点上更改 justify-content 属性。
justify-xxl
Changes the justify-content property on extra extra large and greater breakpoints.
no-gutters
移除 v-col 之间的距离。
tag
指定在根元素上使用的自定义标签。

插槽

default
默认Vue 插槽。