fix: VScrollPanel id去掉点号避免querySelector CSS类冲突
This commit is contained in:
parent
4de0be5b4b
commit
faa8a62e77
@ -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/')}}"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user