From 94f36ab73e71b7fb3bac40216c10b68d428dd16c Mon Sep 17 00:00:00 2001 From: yaoq Date: Tue, 2 Aug 2022 19:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/template/incModel/inc_list_query.ftl | 15 +++------------ .../bpm/src/main/resources/static/template/model_list.ftl | 2 +- .../main/resources/static/template/model_list_card.ftl | 2 +- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_query.ftl b/smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_query.ftl index a15ba2a..1a8050b 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_query.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_query.ftl @@ -95,17 +95,8 @@ "type": "fx-form-panel", "shape": "panel", "props": { -"size": "0" +"size": "15", +"backgroundColor": "transparent" }, -"children": [ -{ -"id": "id${newId()}", -"type": "fx-divider", -"props": { -"label": "", -"contentPosition": "center", -"direction": "horizontal" -} -} -] +"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 aa796f5..78b51d3 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 @@ -85,7 +85,7 @@ "type": "fx-form-panel", "shape": "panel", "props": { - "size": "24", + "size": "15", "backgroundColor": "transparent" }, "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 7e12eb6..261079c 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 @@ -92,7 +92,7 @@ "type": "fx-form-panel", "shape": "panel", "props": { - "size": "24", + "size": "15", "backgroundColor": "transparent" }, "children": []