From 9a473a19bdc631fd0c82b55d867febcb2790be66 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 8 May 2026 18:53:11 +0800 Subject: [PATCH] bugfix --- wwwroot/public/mainpage/index.ui | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/wwwroot/public/mainpage/index.ui b/wwwroot/public/mainpage/index.ui index 29d3022..8040a03 100644 --- a/wwwroot/public/mainpage/index.ui +++ b/wwwroot/public/mainpage/index.ui @@ -6,17 +6,26 @@ }, "subwidgets":[ { - "widgettype":"MdWidget", + "widgettype": "VScrollPanel", "options":{ - "width":"50%", - "md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md", - "height":"100%" - } + "height": "100%", + "width": "50%" + }, + "subwidgets": [ + { + "widgettype":"MdWidget", + "options":{ + "width":"100%", + "md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md" + } + } + ] }, { "widgettype": "Image", "options": { "width": "49%", + "height": "auto", "url": "{{entire_url('wish.webp')}}" } }