From f531b71e028a380dd856eb3c8a5e70097c55a872 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 May 2026 22:09:57 +0800 Subject: [PATCH] fix: wrap Tabular in VBox with cheight for proper scrolling --- wwwroot/fee/feelog/index.ui | 10 +++++++++- wwwroot/public/llmsquare/statistic/feelog/index.ui | 10 +++++++++- wwwroot/user/userapikey/index.ui | 10 +++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/wwwroot/fee/feelog/index.ui b/wwwroot/fee/feelog/index.ui index 3f9e605..04a2378 100644 --- a/wwwroot/fee/feelog/index.ui +++ b/wwwroot/fee/feelog/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "widgettype":"Tabular", "options":{ @@ -327,4 +333,6 @@ "cache_limit":5 } +} + ] } diff --git a/wwwroot/public/llmsquare/statistic/feelog/index.ui b/wwwroot/public/llmsquare/statistic/feelog/index.ui index 08bc8dc..3db82f8 100644 --- a/wwwroot/public/llmsquare/statistic/feelog/index.ui +++ b/wwwroot/public/llmsquare/statistic/feelog/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "id":"feelog", "widgettype":"Tabular", @@ -324,4 +330,6 @@ "cache_limit":5 } +} + ] } diff --git a/wwwroot/user/userapikey/index.ui b/wwwroot/user/userapikey/index.ui index fa784c8..aa1dd1b 100644 --- a/wwwroot/user/userapikey/index.ui +++ b/wwwroot/user/userapikey/index.ui @@ -1,4 +1,10 @@ - +{ + "widgettype": "VBox", + "options": { + "cheight": 40, + "width": "100%" + }, + "subwidgets": [ { "widgettype":"Tabular", "options":{ @@ -123,4 +129,6 @@ "cache_limit":5 } +} + ] }