From faa8a62e77f1653d09cacacefcf0fb8c775d3408 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 12 Jun 2026 01:00:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20VScrollPanel=20id=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E7=82=B9=E5=8F=B7=E9=81=BF=E5=85=8DquerySelector=20CSS?= =?UTF-8?q?=E7=B1=BB=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index b573700..78dd19e 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -30,7 +30,7 @@ { "widgettype": "Menu", "options": { - "target": "app.main_content", + "target": "main_content", "cwidth": 12, "items": [ { @@ -68,7 +68,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "app.main_content", + "target": "main_content", "options": { "url": "{{entire_url('/rbac/user/')}}" }, @@ -80,7 +80,7 @@ }, { "widgettype": "VScrollPanel", - "id": "app.main_content", + "id": "main_content", "options": { "css": "filler", "width": "100%", @@ -127,7 +127,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "app.main_content", + "target": "main_content", "options": { "url": "{{entire_url('/pipeline_core/')}}" }, @@ -146,7 +146,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "app.main_content", + "target": "main_content", "options": { "url": "{{entire_url('/pipeline_ops/')}}" }, @@ -165,7 +165,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "app.main_content", + "target": "main_content", "options": { "url": "{{entire_url('/pipeline_dist/')}}" }, @@ -184,7 +184,7 @@ "wid": "self", "event": "click", "actiontype": "urlwidget", - "target": "app.main_content", + "target": "main_content", "options": { "url": "{{entire_url('/pipeline_task/')}}" },