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

This reverts commit 75066bb1b0359ffb8c3c9ab782435d33c4fdef4e.
This commit is contained in:
Hermes Agent 2026-06-19 14:26:21 +08:00
parent 75066bb1b0
commit 69c5706753
4 changed files with 1 additions and 1 deletions

View File

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