export default { componentName: 'Row', props: { wrap: true, align: 'top', justify: 'start', }, children: [ { componentName: 'Col', props: { span: 12, order: 0, }, children: [ { props: { richtext: '
\u73b0\u5728\u6ce8\u518c
', }, componentName: 'RichText', }, ], }, { componentName: 'Col', props: { span: 12, order: 0, }, children: [ { componentName: 'OCR', props: { text: '名片录入', style: { color: '#ffffff', display: 'flex', fontSize: '14px', textAlign: 'left', paddingTop: '8px', flexDirection: 'row-reverse', }, }, }, ], }, ], };