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":{
|
"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 %}
|
||||||
,{
|
,{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user