fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:45 +08:00
parent 8f36013ad6
commit 195a7bfb46
2 changed files with 9 additions and 1 deletions

Binary file not shown.

View File

@ -1,4 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{ {
"id":"credit_limit_tbl", "id":"credit_limit_tbl",
"widgettype":"Tabular", "widgettype":"Tabular",
@ -183,4 +189,6 @@
"page_rows":160, "page_rows":160,
"cache_limit":5 "cache_limit":5
} }
}
]
} }