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

This commit is contained in:
Hermes Agent 2026-06-19 14:25:00 +08:00
parent 6b8bc8bee3
commit 75066bb1b0
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

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