From 514b674f0418aa4dd7fb15004d795c3897cf15c1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 31 Jul 2026 11:38:10 +0800 Subject: [PATCH] fix(model_plaza): enable flexbox on parent VBox for DimensionFilter height --- wwwroot/model_plaza.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/model_plaza.ui b/wwwroot/model_plaza.ui index 7bb9227..a2a8b67 100644 --- a/wwwroot/model_plaza.ui +++ b/wwwroot/model_plaza.ui @@ -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",