使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhenggm
/
smtweb2
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
模板
master
yaoq
2 年前
父节点
56b6d414de
当前提交
94f36ab73e
共有
3 个文件被更改
,包括
5 次插入
和
14 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -92,7 +92,7 @@
"type": "fx-form-panel",
"shape": "panel",
"props": {
"size": "
24
",
"size": "
15
",
"backgroundColor": "transparent"
},
"children": []
撰写
预览
正在加载...
取消
保存