From 576f0b63685332503882dc78cf8e799500c88461 Mon Sep 17 00:00:00 2001 From: ymq Date: Tue, 1 Sep 2026 14:09:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(rag):=20=E5=BC=95=E6=93=8E=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=85=A5=E5=8F=A3=E6=94=B9=E7=94=A8Popup(=E4=B8=8E?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=9F=A5=E8=AF=86=E5=BA=93=E5=90=8C=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/knowledge_bases_list/index.ui | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/wwwroot/knowledge_bases_list/index.ui b/wwwroot/knowledge_bases_list/index.ui index 11eed6b..f82713b 100644 --- a/wwwroot/knowledge_bases_list/index.ui +++ b/wwwroot/knowledge_bases_list/index.ui @@ -88,8 +88,15 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "app.rag_main_content", - "mode": "replace", + "target": "Popup", + "popup_options": { + "auto_dismiss": false, + "dismiss_events": ["cancel"], + "movable": true, + "archor": "cc", + "width": "50%", + "height": "80%" + }, "options": { "url": "{{entire_url('../engine_configs_list/index.ui')}}" }