fix: fullscreen background color and stat card layout
This commit is contained in:
parent
bf5cf2b1b2
commit
759d629bb3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user