This commit is contained in:
yumoqing 2026-07-08 18:45:44 +08:00
parent 8bbba45564
commit 76a7e0444f

View File

@ -23,13 +23,20 @@
"options": {"css": "filler", "padding": "0", "gap": "0"},
"subwidgets": [
{
"widgettype": "Menu",
"id": "sidebar_menu",
"options": {
"widgettype": "VBox",
"options":{
"width": "220px",
"minWidth": "200px",
"height": "100%",
"bgcolor": "#f8fafc",
"bgcolor": "#f8fafc"
},
"subwidgets":[
{
"widgettype": "Menu",
"id": "sidebar_menu",
"options": {
"width": "100%",
"height": "100%",
"target": "app.main_content",
"items": [
{"name": "pipeline_core", "label": "产线管理", "icon": "{{entire_url('/imgs/cubes.svg')}}", "url": "{{entire_url('/pipeline_core/')}}"},
@ -39,6 +46,8 @@
{"name": "showcase", "label": "展示平台", "icon": "{{entire_url('/imgs/user-circle.svg')}}", "url": "{{entire_url('/showcase/')}}"}
]
}
}
]
},
{
"widgettype": "VScrollPanel",