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

@ -17,10 +17,16 @@
}
},
{
"widgettype":"Form",
"widgettype":"VBox",
"options":{
"height":"250px",
"fields":[
"width":"100%",
"height":"60px"
},
"subwidgets":[
{
"widgettype":"Form",
"options":{
"fields":[
{
"name":"start_date",
"label":"开始日期",
@ -54,6 +60,8 @@
"mode":"replace"
}
]
}
]
}
{% if start_date and end_date %}
,{