fix: llmage index布局改为flex,llmage_content填满剩余空间

VScrollPanel改为VBox(filler),卡片区自然高度,
llmage_content设为css=filler+height=100%,
Tabular加载后有固定高度约束,内部表格可滚动。
This commit is contained in:
yumoqing 2026-06-01 23:52:54 +08:00
parent a0f38df113
commit c3abbf9bfe

View File

@ -32,16 +32,11 @@
} }
] ]
}, },
{
"widgettype": "VScrollPanel",
"options": {
"css": "filler"
},
"subwidgets": [
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"spacing": 24 "css": "filler",
"spacing": 16
}, },
"subwidgets": [ "subwidgets": [
{ {
@ -55,7 +50,6 @@
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"css": "card", "css": "card",
"cwidth": 23, "cwidth": 23,
"padding": "16px", "padding": "16px",
"cursor": "pointer", "cursor": "pointer",
@ -102,7 +96,6 @@
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"css": "card", "css": "card",
"cwidth": 23, "cwidth": 23,
"padding": "16px", "padding": "16px",
"cursor": "pointer", "cursor": "pointer",
@ -149,7 +142,6 @@
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"css": "card", "css": "card",
"cwidth": 23, "cwidth": 23,
"padding": "16px", "padding": "16px",
"cursor": "pointer", "cursor": "pointer",
@ -193,12 +185,14 @@
] ]
} }
] ]
}
]
}, },
{ {
"widgettype": "VBox", "widgettype": "VBox",
"id": "llmage_content" "id": "llmage_content",
"options": {
"css": "filler",
"height": "100%"
}
} }
] ]
} }