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": []