fix: billing layout - Form fixed height, Tabular css filler

This commit is contained in:
yumoqing 2026-05-31 13:30:32 +08:00
parent 7361614f89
commit 7c2c584407

View File

@ -19,6 +19,7 @@
{ {
"widgettype":"Form", "widgettype":"Form",
"options":{ "options":{
"height":"auto",
"fields":[ "fields":[
{ {
"name":"start_date", "name":"start_date",
@ -60,6 +61,7 @@
"options":{ "options":{
"width":"100%", "width":"100%",
"height":"100%", "height":"100%",
"css":"filler",
"data_url":"{{entire_url('/accounting/billing.dspy')}}", "data_url":"{{entire_url('/accounting/billing.dspy')}}",
"data_params":{ "data_params":{
"start_date":"{{start_date}}", "start_date":"{{start_date}}",