fix: billing layout - wrap Form in fixed-height VBox, Tabular as filler

This commit is contained in:
yumoqing 2026-05-31 13:46:33 +08:00
parent eec08d684c
commit 6d3dcf2db9

View File

@ -16,10 +16,16 @@
"text":"账单查询" "text":"账单查询"
} }
}, },
{
"widgettype":"VBox",
"options":{
"width":"100%",
"height":"60px"
},
"subwidgets":[
{ {
"widgettype":"Form", "widgettype":"Form",
"options":{ "options":{
"height":"250px",
"fields":[ "fields":[
{ {
"name":"start_date", "name":"start_date",
@ -55,6 +61,8 @@
} }
] ]
} }
]
}
{% if start_date and end_date %} {% if start_date and end_date %}
,{ ,{
"widgettype":"Tabular", "widgettype":"Tabular",