Browse Source

修改树列表和双列表的标题查询区域尺寸

master
xiaxl 2 years ago
parent
commit
18af947c99
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl
  2. +3
    -3
      smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl

+ 3
- 3
smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl View File

@@ -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",


+ 3
- 3
smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl View File

@@ -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"
},


Loading…
Cancel
Save