fix: add filler css + overflowY:auto to content container

This commit is contained in:
yumoqing 2026-05-26 13:54:52 +08:00
parent 528d613abb
commit 8e8baba3f4

View File

@ -153,10 +153,10 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"id": "platformbiz_content", "id": "platformbiz_content",
"css": "filler",
"options": { "options": {
"width": "100%", "width": "100%",
"flex": "1", "overflowY": "auto"
"marginTop": "20px"
} }
} }
] ]