|
|
@@ -45,10 +45,10 @@ |
|
|
|
"size": "50", |
|
|
|
"alignY": "center", |
|
|
|
"backgroundImage": "bgImg-region-title", |
|
|
|
"paddingLeft": 32, |
|
|
|
"paddingLeft": 16, |
|
|
|
"colNum": 2, |
|
|
|
"gridTemplateColumns": "", |
|
|
|
"paddingRight": 32 |
|
|
|
"paddingRight": 16 |
|
|
|
}, |
|
|
|
"children": [ |
|
|
|
{ |
|
|
@@ -115,8 +115,8 @@ |
|
|
|
"alignY": "center", |
|
|
|
"size": "50", |
|
|
|
"gridTemplateColumns": "1fr 50px", |
|
|
|
"paddingLeft": 32, |
|
|
|
"paddingRight": 32 |
|
|
|
"paddingLeft": 16, |
|
|
|
"paddingRight": 16 |
|
|
|
}, |
|
|
|
"children": [ |
|
|
|
<#list assist.cfilters as cfilters> |
|
|
@@ -125,7 +125,6 @@ |
|
|
|
"type": "${cfilters.editor}", |
|
|
|
"props": { |
|
|
|
"label": "${cfilters.label}", |
|
|
|
"type": "text", |
|
|
|
"maxlength": 50, |
|
|
|
"placeholder": "请输入${cfilters.label}", |
|
|
|
"labelWidth": 150, |
|
|
@@ -282,7 +281,6 @@ |
|
|
|
"type": "${cfilters.editor}", |
|
|
|
"props": { |
|
|
|
"label": "${cfilters.label}", |
|
|
|
"type": "text", |
|
|
|
"maxlength": 50, |
|
|
|
"placeholder": "请输入${cfilters.label}", |
|
|
|
"labelWidth": 100, |
|
|
@@ -361,8 +359,8 @@ |
|
|
|
"backgroundImage": "bgImg-region-title", |
|
|
|
"colNum": 2, |
|
|
|
"alignY": "center", |
|
|
|
"paddingLeft": 32, |
|
|
|
"paddingRight": 32 |
|
|
|
"paddingLeft": 16, |
|
|
|
"paddingRight": 16 |
|
|
|
}, |
|
|
|
"children": [ |
|
|
|
{ |
|
|
|