diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl index 491ec02..e1aefa2 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl @@ -42,7 +42,7 @@ "type": "fx-form-panel", "shape": "panel", "props": { - "size": "56", + "size": "50", "alignY": "center", "backgroundImage": "bgImg-region-title", "paddingLeft": 32, @@ -266,7 +266,7 @@ "props": { "colNum": 3, "label": "查询条件", - "size": "80", + "size": "50", "alignY": "center" }, "children": [ @@ -350,7 +350,7 @@ "shape": "panel", "props": { "label": "表格标题区", - "size": "68", + "size": "50", "backgroundImage": "bgImg-region-title", "colNum": 2, "alignY": "center", diff --git a/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl b/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl index fbead06..aeb53fc 100644 --- a/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl +++ b/smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl @@ -137,7 +137,7 @@ "props": { "colNum": 3, "label": "查询条件", - "size": "80", + "size": "50", "alignY": "center" }, "children": [ @@ -210,7 +210,7 @@ "shape": "panel", "props": { "label": "表格标题区", - "size": "68", + "size": "50", "backgroundImage": "bgImg-region-title", "colNum": 2, "alignY": "center", @@ -410,7 +410,7 @@ "type": "fx-form-panel", "shape": "panel", "props": { - "size": "56", + "size": "50", "paddingRight": 10, "alignY": "center" },