fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:48 +08:00
parent 314b4763ae
commit 8f1b4d98ae

View File

@ -36,6 +36,13 @@
}
]
},
{
"widgettype": "VBox",
"options": {
"cheight": 38,
"width": "100%"
},
"subwidgets": [
{
"widgettype": "Tabular",
"id": "customer_grid",
@ -112,3 +119,5 @@
}
]
}
]
}