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

This commit is contained in:
yumoqing 2026-05-26 13:57:42 +08:00
parent 8cec17c042
commit 835a2ff3f7

View File

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