|
@@ -18,7 +18,7 @@ export default [{
|
|
|
img: require('@/common/images/elementIcon/image.png'),
|
|
|
valueType: '',
|
|
|
defaultStyle: {
|
|
|
- width: 200,
|
|
|
+ width: 375,
|
|
|
height: 200
|
|
|
}
|
|
|
},
|
|
@@ -31,16 +31,16 @@ export default [{
|
|
|
height: 160
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- elName: 'Ds-avatar',
|
|
|
- title: '随机头像',
|
|
|
- img: require('@/common/images/elementIcon/avatar.png'),
|
|
|
- valueType: '',
|
|
|
- defaultStyle: {
|
|
|
- width: 150,
|
|
|
- height: 50
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // elName: 'Ds-avatar',
|
|
|
+ // title: '随机头像',
|
|
|
+ // img: require('@/common/images/elementIcon/avatar.png'),
|
|
|
+ // valueType: '',
|
|
|
+ // defaultStyle: {
|
|
|
+ // width: 150,
|
|
|
+ // height: 50
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
elName: 'Ds-button',
|
|
|
title: '按钮',
|
|
@@ -72,16 +72,16 @@ export default [{
|
|
|
width: $config.canvasH5Width,
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- elName: 'Ds-tabars',
|
|
|
- title: '页面导航',
|
|
|
- img: require('@/common/images/elementIcon/tabars.png'),
|
|
|
- valueType: '',
|
|
|
- defaultStyle: {
|
|
|
- height: 50,
|
|
|
- width: $config.canvasH5Width,
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // elName: 'Ds-tabars',
|
|
|
+ // title: '页面导航',
|
|
|
+ // img: require('@/common/images/elementIcon/tabars.png'),
|
|
|
+ // valueType: '',
|
|
|
+ // defaultStyle: {
|
|
|
+ // height: 50,
|
|
|
+ // width: $config.canvasH5Width,
|
|
|
+ // }
|
|
|
+ // },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -138,68 +138,68 @@ export default [{
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- title: '表单组件',
|
|
|
- components: [{
|
|
|
- elName: 'Ds-input',
|
|
|
- title: '文本框',
|
|
|
- img: require('@/common/images/elementIcon/form.png'),
|
|
|
- valueType: 'input',
|
|
|
- defaultStyle: {
|
|
|
- height: 52,
|
|
|
- width: $config.canvasH5Width,
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- elName: 'Ds-radio',
|
|
|
- title: '单选框',
|
|
|
- img: require('@/common/images/elementIcon/radio.jpg'),
|
|
|
- valueType: 'radio',
|
|
|
-
|
|
|
- defaultStyle: {
|
|
|
- height: 52,
|
|
|
- width: $config.canvasH5Width,
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- elName: 'Ds-checkbox',
|
|
|
- title: '复选框',
|
|
|
- img: require('@/common/images/elementIcon/checkbox.jpg'),
|
|
|
- valueType: 'checkbox',
|
|
|
- defaultStyle: {
|
|
|
- height: 30,
|
|
|
- width: $config.canvasH5Width,
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- elName: 'Ds-rate',
|
|
|
- title: '评分',
|
|
|
- img: require('@/common/images/elementIcon/rate.jpg'),
|
|
|
- defaultStyle: {
|
|
|
- height: 30,
|
|
|
- width: $config.canvasH5Width / 2,
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- elName: 'Ds-stepper',
|
|
|
- title: '步进器',
|
|
|
- img: require('@/common/images/elementIcon/stepper.jpg'),
|
|
|
- defaultStyle: {
|
|
|
- height: 30,
|
|
|
- width: $config.canvasH5Width / 2,
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- elName: 'Ds-switch',
|
|
|
- title: '开关',
|
|
|
- img: require('@/common/images/elementIcon/Switch.jpg'),
|
|
|
- defaultStyle: {
|
|
|
- height: 52,
|
|
|
- width: $config.canvasH5Width,
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '表单组件',
|
|
|
+ // components: [{
|
|
|
+ // elName: 'Ds-input',
|
|
|
+ // title: '文本框',
|
|
|
+ // img: require('@/common/images/elementIcon/form.png'),
|
|
|
+ // valueType: 'input',
|
|
|
+ // defaultStyle: {
|
|
|
+ // height: 52,
|
|
|
+ // width: $config.canvasH5Width,
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // elName: 'Ds-radio',
|
|
|
+ // title: '单选框',
|
|
|
+ // img: require('@/common/images/elementIcon/radio.jpg'),
|
|
|
+ // valueType: 'radio',
|
|
|
+ //
|
|
|
+ // defaultStyle: {
|
|
|
+ // height: 52,
|
|
|
+ // width: $config.canvasH5Width,
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // elName: 'Ds-checkbox',
|
|
|
+ // title: '复选框',
|
|
|
+ // img: require('@/common/images/elementIcon/checkbox.jpg'),
|
|
|
+ // valueType: 'checkbox',
|
|
|
+ // defaultStyle: {
|
|
|
+ // height: 30,
|
|
|
+ // width: $config.canvasH5Width,
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // elName: 'Ds-rate',
|
|
|
+ // title: '评分',
|
|
|
+ // img: require('@/common/images/elementIcon/rate.jpg'),
|
|
|
+ // defaultStyle: {
|
|
|
+ // height: 30,
|
|
|
+ // width: $config.canvasH5Width / 2,
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // elName: 'Ds-stepper',
|
|
|
+ // title: '步进器',
|
|
|
+ // img: require('@/common/images/elementIcon/stepper.jpg'),
|
|
|
+ // defaultStyle: {
|
|
|
+ // height: 30,
|
|
|
+ // width: $config.canvasH5Width / 2,
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // elName: 'Ds-switch',
|
|
|
+ // title: '开关',
|
|
|
+ // img: require('@/common/images/elementIcon/Switch.jpg'),
|
|
|
+ // defaultStyle: {
|
|
|
+ // height: 52,
|
|
|
+ // width: $config.canvasH5Width,
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
title: '功能组件',
|
|
|
components: [{
|