From 82b494ecd9730b5ad83323b8d96365bd64e7ae2d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 May 2026 22:09:54 +0800 Subject: [PATCH] fix: wrap Tabular in VBox with cheight for proper scrolling --- wwwroot/product_list/index.ui | 12 ++++++++++-- wwwroot/product_type_config_list/index.ui | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/wwwroot/product_list/index.ui b/wwwroot/product_list/index.ui index feee501..cd2f207 100644 --- a/wwwroot/product_list/index.ui +++ b/wwwroot/product_list/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"product_tbl", "widgettype":"Tabular", @@ -358,4 +364,6 @@ ,"binds":[] -} \ No newline at end of file +} + ] +} diff --git a/wwwroot/product_type_config_list/index.ui b/wwwroot/product_type_config_list/index.ui index 23820c2..8a2d411 100644 --- a/wwwroot/product_type_config_list/index.ui +++ b/wwwroot/product_type_config_list/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"product_type_config_tbl", "widgettype":"Tabular", @@ -216,4 +222,6 @@ ,"binds":[] -} \ No newline at end of file +} + ] +}