# label Layout

TIP

You can use wrap to set the layout of the label and the layout style of the component

Ant-design-vue layout Col props (opens new window)

# Set the layout of labels and components

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