From 6005acf12fa7aec98fcc5293eb257702d2a1fbc7 Mon Sep 17 00:00:00 2001 From: xiaxl Date: Thu, 14 Jul 2022 15:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A0=87=E9=A2=98=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/src/main/resources/static/template/model_card.ftl | 4 ++++ .../bpm/src/main/resources/static/template/model_list.ftl | 3 ++- .../bpm/src/main/resources/static/template/model_list_card.ftl | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl index 1006be1..07d1386 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl @@ -40,7 +40,9 @@ "shape": "panel", "props": { "alignY": "center", + "backgroundImage":"bgImg-region-title", "size": "50" + }, "children": [ { @@ -76,6 +78,7 @@ "props": { "alignY": "center", "size": "200", +"backgroundImage":"bgImg-region-title", "paddingLeft": 10 }, "children": [ @@ -94,6 +97,7 @@ "shape": "panel", "props": { "alignY": "center", +"backgroundImage":"bgImg-region-title", "paddingRight": 32 }, "children": [ diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl index 96ef401..903a0f1 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl @@ -34,7 +34,8 @@ "alignY": "center", "paddingLeft": 32, "paddingRight": 32, - "shadow": "" + "shadow": "", + "backgroundImage":"bgImg-region-title" }, "children": [ { diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl index 83c0747..d8eede2 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl @@ -34,7 +34,8 @@ "alignY": "center", "paddingLeft": 32, "paddingRight": 32, - "shadow": "" + "shadow": "", + "backgroundImage":"bgImg-region-title" }, "children": [ {