From 7c2c584407df30323e6d71ce689827dcb6762034 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 31 May 2026 13:30:32 +0800 Subject: [PATCH] fix: billing layout - Form fixed height, Tabular css filler --- wwwroot/billing.ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/billing.ui b/wwwroot/billing.ui index d610eaa..ebc2ebd 100644 --- a/wwwroot/billing.ui +++ b/wwwroot/billing.ui @@ -19,6 +19,7 @@ { "widgettype":"Form", "options":{ + "height":"auto", "fields":[ { "name":"start_date", @@ -60,6 +61,7 @@ "options":{ "width":"100%", "height":"100%", + "css":"filler", "data_url":"{{entire_url('/accounting/billing.dspy')}}", "data_params":{ "start_date":"{{start_date}}",