fix: root VBox height:100% instead of cheight:40

This commit is contained in:
Hermes Agent 2026-06-19 14:25:09 +08:00
parent 851ea8b51b
commit d89961c1e4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"widgettype":"VBox",
"options":{"cheight":40,"width":"100%"},
"options":{"height":"100%","width":"100%"},
"subwidgets":[{
"id":"pricing_program_tbl",
"widgettype":"Tabular",

View File

@ -1,7 +1,7 @@
{
"widgettype":"VBox",
"options":{"cheight":40,"width":"100%"},
"options":{"height":"100%","width":"100%"},
"subwidgets":[{
"id":"pricing_program_timing_tbl",
"widgettype":"Tabular",