From 1bf044de216dfc6614c1d8037bc5d5f9e5549de1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 6 May 2026 07:49:04 +0800 Subject: [PATCH] fix: replace background with bgcolor, unwrap widgettype:Page to promote subwidgets to top level --- wwwroot/receivable_edit.ui | 2 -- wwwroot/receivables.ui | 2 -- 2 files changed, 4 deletions(-) diff --git a/wwwroot/receivable_edit.ui b/wwwroot/receivable_edit.ui index 193a550..69d1828 100644 --- a/wwwroot/receivable_edit.ui +++ b/wwwroot/receivable_edit.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "编辑应收账款", "height": "100vh", "padding": "0" }, diff --git a/wwwroot/receivables.ui b/wwwroot/receivables.ui index 84c4d39..97cd3ce 100644 --- a/wwwroot/receivables.ui +++ b/wwwroot/receivables.ui @@ -1,7 +1,5 @@ { - "widgettype": "Page", "options": { - "title": "应收账款", "height": "100vh", "padding": "0" },