fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:57 +08:00
parent 4a8f52a3f1
commit f531b71e02
3 changed files with 27 additions and 3 deletions

View File

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

View File

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

View File

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