fix: .ui widget id去app.前缀(框架分段查找语义)
This commit is contained in:
parent
c80e003fce
commit
6bbd8ff640
@ -26,6 +26,6 @@
|
||||
{"widgettype": "Text", "options": {"label": "查看演示中实体的 基线/当前/合并 属性", "fontSize": "13px", "color": "#666666"}}
|
||||
]}
|
||||
]},
|
||||
{"widgettype": "VBox", "id": "app.demo_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
|
||||
{"widgettype": "VBox", "id": "demo_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user