# label 布局

TIP

可以通过wrap设置 label 的布局,和组件的布局样式

Ant-design-vue 栅格布局 Col props (opens new window)

# 设置 label 和组件的布局

{
   type: 'input',
   field: 'goods_name',
   value: 'test',
   wrap: {
       labelCol: {span:12},
       wrapperCol: {span:12}
    }
}