From 3c5fdfc149ec5b934039bf9ad2a83fa78d0c9bd5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 1 Jun 2026 14:23:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=A5=E7=9C=8B=E7=B4=A0=E6=9D=90?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2Form=E9=AB=98=E5=BA=A6=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=EF=BC=8C=E7=BB=93=E6=9E=9C=E5=8C=BA=E7=94=A8filler=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/view_assets.ui | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/wwwroot/view_assets.ui b/wwwroot/view_assets.ui index 167a22b..c4116f2 100644 --- a/wwwroot/view_assets.ui +++ b/wwwroot/view_assets.ui @@ -3,6 +3,7 @@ "widgettype": "VBox", "options": { "width": "100%", + "height": "100%", "padding": "16px" }, "subwidgets": [ @@ -11,13 +12,14 @@ "options": { "text": "查看素材", "fontWeight": "600", - "marginBottom": "16px" + "marginBottom": "12px" } }, { "widgettype": "Form", "id": "view_assets_form", "options": { + "cheight": 8, "fields": [ { "uitype": "code", @@ -46,13 +48,28 @@ ] }, { - "widgettype": "VScrollPanel", - "options": {"height": "600px"}, + "widgettype": "VBox", + "options": { + "css": "filler", + "padding": "0", + "marginTop": "12px" + }, "subwidgets": [ { - "widgettype": "VBox", - "id": "rl_asset_results", - "options": {"padding": "16px"} + "widgettype": "VScrollPanel", + "options": { + "css": "filler" + }, + "subwidgets": [ + { + "widgettype": "VBox", + "id": "rl_asset_results", + "options": { + "width": "100%", + "padding": "0" + } + } + ] } ] }