From 51a7a695471d304b2507b906eb9eeb65de05d48f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 07:49:02 +0800 Subject: [PATCH] fix: replace background with bgcolor, unwrap widgettype:Page to promote subwidgets to top level --- wwwroot/customer_edit.ui | 2 -- wwwroot/customer_list.ui | 2 -- wwwroot/customer_pool.ui | 2 -- wwwroot/handover_list.ui | 2 -- 4 files changed, 8 deletions(-) diff --git a/wwwroot/customer_edit.ui b/wwwroot/customer_edit.ui index 6bd4d33..9657b00 100644 --- a/wwwroot/customer_edit.ui +++ b/wwwroot/customer_edit.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "客户编辑", "height": "100vh", "padding": "0" }, diff --git a/wwwroot/customer_list.ui b/wwwroot/customer_list.ui index fbf5c9c..3c42eef 100644 --- a/wwwroot/customer_list.ui +++ b/wwwroot/customer_list.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "客户列表", "height": "100vh", "padding": "0" }, diff --git a/wwwroot/customer_pool.ui b/wwwroot/customer_pool.ui index 330d874..ff1c91e 100644 --- a/wwwroot/customer_pool.ui +++ b/wwwroot/customer_pool.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "客户公海", "height": "100vh", "padding": "0" }, diff --git a/wwwroot/handover_list.ui b/wwwroot/handover_list.ui index 6b68ead..a1e5801 100644 --- a/wwwroot/handover_list.ui +++ b/wwwroot/handover_list.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "客户交接", "height": "100vh", "padding": "0" },