Appearance

row

row组件u-row简写,另外默认了 40rpx 的间距

代码示例

<row>
    <item span="12" label="其他联络方式" label-width="220" prop="otherContact"><txt v-model="form.otherContact" /></item>	
</row>

Props

参数说明类型默认值可选值
gutter栅格间隔,左右各为此值的一半,单位rpxString | Number40-
justify水平排列方式(微信小程序暂不支持)Stringstart(或flex-start)end(或flex-end) / center / around(或space-around) / between(或space-between)
align垂直排列方式Stringcentertop / bottom
文档目录