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":{ "options":{
"height":"250px", "width":"100%",
"fields":[ "height":"60px"
},
"subwidgets":[
{
"widgettype":"Form",
"options":{
"fields":[
{ {
"name":"start_date", "name":"start_date",
"label":"开始日期", "label":"开始日期",
@ -54,6 +60,8 @@
"mode":"replace" "mode":"replace"
} }
] ]
}
]
} }
{% if start_date and end_date %} {% if start_date and end_date %}
,{ ,{