From 18af947c99c47eda097487eafec855ff3d0dc198 Mon Sep 17 00:00:00 2001 From: xiaxl Date: Mon, 1 Aug 2022 17:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=91=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=92=8C=E5=8F=8C=E5=88=97=E8=A1=A8=E7=9A=84=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8C=BA=E5=9F=9F=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bpm/src/main/resources/static/template/model_list_list.ftl | 6 +++--- .../bpm/src/main/resources/static/template/model_tree_list.ftl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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" },