From 1cf030def28816842cc593539e8054239f1818e0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 07:49:03 +0800 Subject: [PATCH] fix: replace background with bgcolor, unwrap widgettype:Page to promote subwidgets to top level --- wwwroot/opportunity_edit.ui | 2 -- wwwroot/opportunity_management.ui | 2 -- 2 files changed, 4 deletions(-) diff --git a/wwwroot/opportunity_edit.ui b/wwwroot/opportunity_edit.ui index c68bca7..a12df15 100644 --- a/wwwroot/opportunity_edit.ui +++ b/wwwroot/opportunity_edit.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "商机编辑", "height": "100vh", "padding": "0" }, diff --git a/wwwroot/opportunity_management.ui b/wwwroot/opportunity_management.ui index e868482..2441e75 100644 --- a/wwwroot/opportunity_management.ui +++ b/wwwroot/opportunity_management.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "商机管理", "height": "100vh", "padding": "0" },