fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:53 +08:00
parent 8159c79d55
commit fc1f8bb182
2 changed files with 9 additions and 0 deletions

Binary file not shown.

View File

@ -1,3 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{
"id":"pricing_item_tbl",
"widgettype":"Tabular",
@ -186,4 +193,6 @@
}
]
}
]
}