fix: fullscreen background color and stat card layout

This commit is contained in:
yumoqing 2026-06-01 16:14:56 +08:00
parent bf5cf2b1b2
commit 759d629bb3

View File

@ -4,7 +4,8 @@
"id": "dashboard_root", "id": "dashboard_root",
"options": { "options": {
"width": "100%", "width": "100%",
"height": "100%" "height": "100%",
"bgcolor": "var(--bricks-bg-color, #ffffff)"
}, },
"subwidgets": [ "subwidgets": [
{ {
@ -66,6 +67,7 @@
,{ ,{
"widgettype": "ResponsableBox", "widgettype": "ResponsableBox",
"options": { "options": {
"width": "100%",
"gap": "12px", "gap": "12px",
"minWidth": "220px", "minWidth": "220px",
"marginBottom": "12px" "marginBottom": "12px"
@ -124,6 +126,7 @@
{ {
"widgettype": "ResponsableBox", "widgettype": "ResponsableBox",
"options": { "options": {
"width": "100%",
"gap": "12px", "gap": "12px",
"minWidth": "220px", "minWidth": "220px",
"marginBottom": "12px" "marginBottom": "12px"