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

feat: 布局面板更新

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