fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:54 +08:00
parent 235412c9f7
commit 82b494ecd9
2 changed files with 20 additions and 4 deletions

View File

@ -1,4 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{
"id":"product_tbl",
"widgettype":"Tabular",
@ -358,4 +364,6 @@
,"binds":[]
}
]
}

View File

@ -1,4 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{
"id":"product_type_config_tbl",
"widgettype":"Tabular",
@ -216,4 +222,6 @@
,"binds":[]
}
]
}