fix: wrap cards+content in VScrollPanel

This commit is contained in:
yumoqing 2026-05-29 00:10:55 +08:00
parent 5d17fa5604
commit 598ca58a26

View File

@ -7,16 +7,37 @@
"options": { "options": {
"width": "100%", "width": "100%",
"height": "100%", "height": "100%",
"padding": "20px" "padding": "0"
},
"subwidgets": [
{
"widgettype": "HBox",
"options": {
"width": "100%",
"alignItems": "center",
"marginBottom": "20px"
}, },
"subwidgets": [ "subwidgets": [
{ {
"widgettype": "Title2", "widgettype": "Title2",
"options": { "options": {
"text": "真人人像素材管理", "text": "真人人像素材管理"
"marginBottom": "20px"
} }
}
]
}, },
{
"widgettype": "VScrollPanel",
"options": {
"css": "filler"
},
"subwidgets": [
{
"widgettype": "VBox",
"options": {
"spacing": 20
},
"subwidgets": [
{ {
"widgettype": "ResponsableBox", "widgettype": "ResponsableBox",
"options": { "options": {
@ -257,15 +278,14 @@
} }
{% endif %} {% endif %}
] ]
}
]
}, },
{ {
"widgettype": "VBox", "widgettype": "VBox",
"id": "rl_content", "id": "rl_content"
"options": {
"width": "100%",
"flex": "1",
"marginTop": "20px"
} }
]
} }
] ]
} }