fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:56 +08:00
parent cf18e592c7
commit fa9f7f5146

View File

@ -1,4 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{
"widgettype":"Tabular",
"options":{
@ -123,4 +129,6 @@
"cache_limit":5
}
}
]
}