fix: replace background with bgcolor, unwrap widgettype:Page to promote subwidgets to top level

This commit is contained in:
yumoqing 2026-05-06 07:49:02 +08:00
parent 2ca08e495f
commit 51a7a69547
4 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,5 @@
{ {
"widgettype": "Page",
"options": { "options": {
"title": "客户编辑",
"height": "100vh", "height": "100vh",
"padding": "0" "padding": "0"
}, },

View File

@ -1,7 +1,5 @@
{ {
"widgettype": "Page",
"options": { "options": {
"title": "客户列表",
"height": "100vh", "height": "100vh",
"padding": "0" "padding": "0"
}, },

View File

@ -1,7 +1,5 @@
{ {
"widgettype": "Page",
"options": { "options": {
"title": "客户公海",
"height": "100vh", "height": "100vh",
"padding": "0" "padding": "0"
}, },

View File

@ -1,7 +1,5 @@
{ {
"widgettype": "Page",
"options": { "options": {
"title": "客户交接",
"height": "100vh", "height": "100vh",
"padding": "0" "padding": "0"
}, },