export default [ { title: '布局容器', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/1-1.png', schema: { componentName: 'Row', props: { wrap: true, gutter: [16, 16], style: { 'marginBottom': '16px' }, }, children: [ { componentName: 'Col', props: { span: 12, }, }, { componentName: 'Col', props: { span: 12, }, }, ], }, }, // { // title: '三栏', // screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/1-1-1.png', // schema: { // componentName: 'Row', // props: {}, // children: [ // { // componentName: 'Col', // props: { // span: 8, // }, // }, // { // componentName: 'Col', // props: { // span: 8, // }, // }, // { // componentName: 'Col', // props: { // span: 8, // }, // }, // ], // }, // }, // { // title: '四栏', // screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/1-1-1-1.png', // schema: { // componentName: 'Row', // props: {}, // children: [ // { // componentName: 'Col', // props: { // span: 6, // }, // }, // { // componentName: 'Col', // props: { // span: 6, // }, // }, // { // componentName: 'Col', // props: { // span: 6, // }, // }, // { // componentName: 'Col', // props: { // span: 6, // }, // }, // ], // }, // }, // { // title: '1:3', // screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/1-3.png', // schema: { // componentName: 'Row', // props: {}, // children: [ // { // componentName: 'Col', // props: { // span: 6, // }, // }, // { // componentName: 'Col', // props: { // span: 18, // }, // }, // ], // }, // }, ];