|
@@ -1204,10 +1204,28 @@ export const formComponents = [
|
|
|
list: [
|
|
|
{
|
|
|
name: '列表',
|
|
|
- icon: 'l-pc', //l-liebiao
|
|
|
+ icon: 'l-liebiao',
|
|
|
data: {
|
|
|
width: 200,
|
|
|
height: 200,
|
|
|
+ name: 'list',
|
|
|
+ headingColor: '#000',
|
|
|
+ headingSize: 16,
|
|
|
+ background: '#fff',
|
|
|
+ data: [
|
|
|
+ {
|
|
|
+ title: '列表标题',
|
|
|
+ description: '列表内容的描述性文字',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '列表标题',
|
|
|
+ description: '列表内容的描述性文字',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '列表标题',
|
|
|
+ description: '列表内容的描述性文字',
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -1881,7 +1899,7 @@ export const formComponents = [
|
|
|
},
|
|
|
{
|
|
|
name: '步骤条',
|
|
|
- icon: 'l-pc', //l-buzhoutiao
|
|
|
+ icon: 'l-buzhoutiao',
|
|
|
data: {
|
|
|
name: 'steps',
|
|
|
width: 500,
|