This website works better with JavaScript.
首頁
探索
說明
註冊
登入
zhenggm
/
smtweb2
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
新增标题颜色配置参数
master
xiaxl
2 年之前
父節點
067fc0b7f1
當前提交
6005acf12f
共有
3 個文件被更改
,包括
8 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl
+2
-1
smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl
+2
-1
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl
+ 4
- 0
smtweb-framework/bpm/src/main/resources/static/template/model_card.ftl
查看文件
@@ -40,7 +40,9 @@
"shape": "panel",
"props": {
"alignY": "center",
"backgroundImage":"bgImg-region-title",
"size": "50"
},
"children": [
{
@@ -76,6 +78,7 @@
"props": {
"alignY": "center",
"size": "200",
"backgroundImage":"bgImg-region-title",
"paddingLeft": 10
},
"children": [
@@ -94,6 +97,7 @@
"shape": "panel",
"props": {
"alignY": "center",
"backgroundImage":"bgImg-region-title",
"paddingRight": 32
},
"children": [
+ 2
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_list.ftl
查看文件
@@ -34,7 +34,8 @@
"alignY": "center",
"paddingLeft": 32,
"paddingRight": 32,
"shadow": ""
"shadow": "",
"backgroundImage":"bgImg-region-title"
},
"children": [
{
+ 2
- 1
smtweb-framework/bpm/src/main/resources/static/template/model_list_card.ftl
查看文件
@@ -34,7 +34,8 @@
"alignY": "center",
"paddingLeft": 32,
"paddingRight": 32,
"shadow": ""
"shadow": "",
"backgroundImage":"bgImg-region-title"
},
"children": [
{
Write
Preview
Loading…
取消
儲存