From 759d629bb3bf194e5a482c0baa81b14d11955a67 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 1 Jun 2026 16:14:56 +0800 Subject: [PATCH] fix: fullscreen background color and stat card layout --- wwwroot/index.ui | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index a9b6b06..f83f92b 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -4,7 +4,8 @@ "id": "dashboard_root", "options": { "width": "100%", - "height": "100%" + "height": "100%", + "bgcolor": "var(--bricks-bg-color, #ffffff)" }, "subwidgets": [ { @@ -66,6 +67,7 @@ ,{ "widgettype": "ResponsableBox", "options": { + "width": "100%", "gap": "12px", "minWidth": "220px", "marginBottom": "12px" @@ -124,6 +126,7 @@ { "widgettype": "ResponsableBox", "options": { + "width": "100%", "gap": "12px", "minWidth": "220px", "marginBottom": "12px"