fix: wrap Tabular in VBox with cheight for proper scrolling

This commit is contained in:
yumoqing 2026-05-29 22:09:47 +08:00
parent b41dc0a02d
commit 36b43288db
8 changed files with 70 additions and 11 deletions

Binary file not shown.

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{ {
"id": "cpcpod_tbl", "id": "cpcpod_tbl",
"widgettype": "Tabular", "widgettype": "Tabular",
@ -176,4 +183,6 @@
"cache_limit": 5 "cache_limit": 5
}, },
"binds": [] "binds": []
} }
]
}

View File

@ -1,3 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{ {
"id": "cpcnode_tbl", "id": "cpcnode_tbl",
"widgettype": "Tabular", "widgettype": "Tabular",
@ -275,4 +282,6 @@
"cache_limit": 5 "cache_limit": 5
}, },
"binds": [] "binds": []
} }
]
}

View File

@ -1,3 +1,10 @@
{
"widgettype": "VBox",
"options": {
"cheight": 40,
"width": "100%"
},
"subwidgets": [
{ {
"id": "cpcworker_tbl", "id": "cpcworker_tbl",
"widgettype": "Tabular", "widgettype": "Tabular",
@ -176,4 +183,6 @@
"cache_limit": 5 "cache_limit": 5
}, },
"binds": [] "binds": []
} }
]
}