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