提交 5eccf235 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 24f3ad31
...@@ -162,25 +162,20 @@ ...@@ -162,25 +162,20 @@
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "应用标题", "caption" : "应用标题",
"contentHeight" : 90.0,
"height" : 90.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "app_apptitle", "name" : "app_apptitle",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"height" : 90, "heightMode" : "FULL",
"heightMode" : "PX",
"layout" : "FLEX", "layout" : "FLEX",
"shrink" : 0, "shrink" : 0,
"widthMode" : "FULL" "widthMode" : "FULL"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"name" : "app_apptitle", "name" : "app_apptitle",
"predefinedType" : "APP_APPTITLE", "predefinedType" : "APP_APPTITLE"
"rawItemHeight" : 90.0
}, },
"rawItemHeight" : 90.0,
"showCaption" : true "showCaption" : true
} ] } ]
}, { }, {
...@@ -212,25 +207,20 @@ ...@@ -212,25 +207,20 @@
"showCaption" : true "showCaption" : true
}, { }, {
"caption" : "用户信息", "caption" : "用户信息",
"contentHeight" : 68.0,
"height" : 68.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "RAWITEM", "itemType" : "RAWITEM",
"name" : "auth_userinfo", "name" : "auth_userinfo",
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"height" : 68, "heightMode" : "FULL",
"heightMode" : "PX",
"layout" : "FLEX", "layout" : "FLEX",
"shrink" : 0, "shrink" : 0,
"widthMode" : "FULL" "widthMode" : "FULL"
}, },
"getPSRawItem" : { "getPSRawItem" : {
"name" : "auth_userinfo", "name" : "auth_userinfo",
"predefinedType" : "AUTH_USERINFO", "predefinedType" : "AUTH_USERINFO"
"rawItemHeight" : 68.0
}, },
"rawItemHeight" : 68.0,
"showCaption" : true "showCaption" : true
} ] } ]
} ], } ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册