This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhenggm
/
smtweb2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
模板
master
yaoq
2 years ago
parent
56b6d414de
commit
94f36ab73e
3 changed files
with
5 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-12
smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_query.ftl
+1
-1
smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl
+1
-1
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl
+ 3
- 12
smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_query.ftl
View File
@@ -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": []
},
+ 1
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl
View File
@@ -85,7 +85,7 @@
"type": "fx-form-panel",
"shape": "panel",
"props": {
"size": "
24
",
"size": "
15
",
"backgroundColor": "transparent"
},
"children": []
+ 1
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl
View File
@@ -92,7 +92,7 @@
"type": "fx-form-panel",
"shape": "panel",
"props": {
"size": "
24
",
"size": "
15
",
"backgroundColor": "transparent"
},
"children": []
Write
Preview
Loading…
Cancel
Save