提交 465834b9 编写于 作者: chitanda's avatar chitanda

feat: 布局面板更新

上级 3b760e4c
...@@ -8,11 +8,16 @@ export default { ...@@ -8,11 +8,16 @@ export default {
{ {
"panelItems": [ "panelItems": [
{ {
"rawItem": {
"predefinedType": "NAV_TABS",
"rawItemHeight": 36,
"id": "nav_tabs"
},
"caption": "标签页导航栏", "caption": "标签页导航栏",
"contentHeight": 36, "contentHeight": 36,
"height": 36, "height": 36,
"itemStyle": "DEFAULT", "itemStyle": "DEFAULT",
"itemType": "CTRLPOS", "itemType": "RAWITEM",
"layoutPos": { "layoutPos": {
"height": 36, "height": 36,
"heightMode": "PX", "heightMode": "PX",
...@@ -108,13 +113,17 @@ export default { ...@@ -108,13 +113,17 @@ export default {
{ {
"panelItems": [ "panelItems": [
{ {
"allowEmpty": true, "rawItem": {
"predefinedType": "APP_APPTITLE",
"id": "app_apptitle"
},
"caption": "应用标题", "caption": "应用标题",
"itemStyle": "DEFAULT", "itemStyle": "DEFAULT",
"itemType": "FIELD", "itemType": "RAWITEM",
"layoutPos": { "layoutPos": {
"layout": "FLEX" "layout": "FLEX"
}, },
"showCaption": true,
"id": "app_apptitle" "id": "app_apptitle"
}, },
{ {
......
...@@ -6,14 +6,14 @@ export default { ...@@ -6,14 +6,14 @@ export default {
{ {
"panelItems": [ "panelItems": [
{ {
"allowEmpty": true,
"caption": "页面标题", "caption": "页面标题",
"itemStyle": "DEFAULT", "itemStyle": "DEFAULT",
"itemType": "FIELD", "itemType": "CTRLPOS",
"layoutPos": { "layoutPos": {
"layout": "FLEX" "layout": "FLEX"
}, },
"id": "view_pagecaption" "showCaption": true,
"id": "captionbar"
} }
], ],
"layout": { "layout": {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册