fix(model_plaza): enable flexbox on parent VBox for DimensionFilter height

This commit is contained in:
yumoqing 2026-07-31 11:38:10 +08:00
parent a76a46d8bc
commit 514b674f04

View File

@ -1,6 +1,6 @@
{
"widgettype": "VBox",
"options": {"css": "plaza-container", "width": "100%", "height": "100%", "gap": "8px"},
"options": {"css": "plaza-container", "display": "flex", "flexDirection": "column", "width": "100%", "height": "100%", "gap": "8px"},
"subwidgets": [
{
"widgettype": "Title2",