Browse Source

新增标题颜色配置参数

master
xiaxl 2 years ago
parent
commit
6005acf12f
3 changed files with 8 additions and 2 deletions
  1. +4
    -0
      smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl
  2. +2
    -1
      smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl
  3. +2
    -1
      smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl

+ 4
- 0
smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl View File

@@ -40,7 +40,9 @@
"shape": "panel", "shape": "panel",
"props": { "props": {
"alignY": "center", "alignY": "center",
"backgroundImage":"bgImg-region-title",
"size": "50" "size": "50"

}, },
"children": [ "children": [
{ {
@@ -76,6 +78,7 @@
"props": { "props": {
"alignY": "center", "alignY": "center",
"size": "200", "size": "200",
"backgroundImage":"bgImg-region-title",
"paddingLeft": 10 "paddingLeft": 10
}, },
"children": [ "children": [
@@ -94,6 +97,7 @@
"shape": "panel", "shape": "panel",
"props": { "props": {
"alignY": "center", "alignY": "center",
"backgroundImage":"bgImg-region-title",
"paddingRight": 32 "paddingRight": 32
}, },
"children": [ "children": [


+ 2
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl View File

@@ -34,7 +34,8 @@
"alignY": "center", "alignY": "center",
"paddingLeft": 32, "paddingLeft": 32,
"paddingRight": 32, "paddingRight": 32,
"shadow": ""
"shadow": "",
"backgroundImage":"bgImg-region-title"
}, },
"children": [ "children": [
{ {


+ 2
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl View File

@@ -34,7 +34,8 @@
"alignY": "center", "alignY": "center",
"paddingLeft": 32, "paddingLeft": 32,
"paddingRight": 32, "paddingRight": 32,
"shadow": ""
"shadow": "",
"backgroundImage":"bgImg-region-title"
}, },
"children": [ "children": [
{ {


Loading…
Cancel
Save