fix: VScrollPanel id去掉点号避免querySelector CSS类冲突

This commit is contained in:
yumoqing 2026-06-12 01:00:06 +08:00
parent 4de0be5b4b
commit faa8a62e77

View File

@ -30,7 +30,7 @@
{ {
"widgettype": "Menu", "widgettype": "Menu",
"options": { "options": {
"target": "app.main_content", "target": "main_content",
"cwidth": 12, "cwidth": 12,
"items": [ "items": [
{ {
@ -68,7 +68,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "urlwidget", "actiontype": "urlwidget",
"target": "app.main_content", "target": "main_content",
"options": { "options": {
"url": "{{entire_url('/rbac/user/')}}" "url": "{{entire_url('/rbac/user/')}}"
}, },
@ -80,7 +80,7 @@
}, },
{ {
"widgettype": "VScrollPanel", "widgettype": "VScrollPanel",
"id": "app.main_content", "id": "main_content",
"options": { "options": {
"css": "filler", "css": "filler",
"width": "100%", "width": "100%",
@ -127,7 +127,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "urlwidget", "actiontype": "urlwidget",
"target": "app.main_content", "target": "main_content",
"options": { "options": {
"url": "{{entire_url('/pipeline_core/')}}" "url": "{{entire_url('/pipeline_core/')}}"
}, },
@ -146,7 +146,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "urlwidget", "actiontype": "urlwidget",
"target": "app.main_content", "target": "main_content",
"options": { "options": {
"url": "{{entire_url('/pipeline_ops/')}}" "url": "{{entire_url('/pipeline_ops/')}}"
}, },
@ -165,7 +165,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "urlwidget", "actiontype": "urlwidget",
"target": "app.main_content", "target": "main_content",
"options": { "options": {
"url": "{{entire_url('/pipeline_dist/')}}" "url": "{{entire_url('/pipeline_dist/')}}"
}, },
@ -184,7 +184,7 @@
"wid": "self", "wid": "self",
"event": "click", "event": "click",
"actiontype": "urlwidget", "actiontype": "urlwidget",
"target": "app.main_content", "target": "main_content",
"options": { "options": {
"url": "{{entire_url('/pipeline_task/')}}" "url": "{{entire_url('/pipeline_task/')}}"
}, },