fix: billing layout - wrap Form in fixed-height VBox, Tabular as filler
This commit is contained in:
parent
eec08d684c
commit
6d3dcf2db9
@ -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 %}
|
||||
,{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user