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

This commit is contained in:
Hermes Agent 2026-06-19 14:29:57 +08:00
parent 69c5706753
commit 70b6997fca

View File

@ -1,7 +1,7 @@
data_browser_tmpl = """ data_browser_tmpl = """
{ {
"widgettype":"VBox", "widgettype":"VBox",
"options":{"cheight":40,"width":"100%"}, "options":{"height":"100%","width":"100%"},
"subwidgets":[ "subwidgets":[
{% if data_filter and data_filter.fields %} {% if data_filter and data_filter.fields %}
{ {