From 9b52cd2e0481cfe8555ad3c17068dd957676dc6d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 1 Jun 2026 13:32:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8Iframe=20widget?= =?UTF-8?q?=E6=9B=BF=E4=BB=A3urlwidget=E5=8A=A0=E8=BD=BDHTML=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api_doc.ui | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/wwwroot/api_doc.ui b/wwwroot/api_doc.ui index 7c498d4..adbcb98 100644 --- a/wwwroot/api_doc.ui +++ b/wwwroot/api_doc.ui @@ -1,18 +1,7 @@ { - "widgettype": "VBox", + "widgettype": "Iframe", "options": { - "width": "100%", - "height": "100%", - "padding": "0" - }, - "subwidgets": [ - { - "widgettype": "urlwidget", - "options": { - "url": "{{entire_url('/dashboard_for_sage/api_doc.html')}}", - "width": "100%", - "height": "100%" - } - } - ] + "url": "{{entire_url('/dashboard_for_sage/api_doc.html')}}", + "height": "100%" + } }