fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:58 +08:00
parent 5942e78968
commit b8f361af41
9 changed files with 90 additions and 18 deletions

View File

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

View File

@ -1,4 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{
"id":"distribution_agreements_tbl",
"widgettype":"Tabular",
@ -288,4 +294,6 @@
}
]
}
]
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{
"id":"supply_contracts_tbl",
"widgettype":"Tabular",
@ -288,4 +294,6 @@
}
]
}
]
}

View File

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