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

This commit is contained in:
yumoqing 2026-05-26 13:57:32 +08:00
parent 4e0f2e6e88
commit 5bf21ac024

View File

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