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)
{ type: 'input', field: 'goods_name', value: 'test', wrap: { labelCol: {span:12}, wrapperCol: {span:12} } }
← Maker Hidden →