diff --git a/wwwroot/import_page.ui b/wwwroot/import_page.ui index 3cb2abf..310bf55 100644 --- a/wwwroot/import_page.ui +++ b/wwwroot/import_page.ui @@ -13,6 +13,6 @@ {"widgettype": "UiFile", "options": {"name": "file", "label": "导入文件", "required": "true"}}, {"widgettype": "Button", "options": {"label": "开始导入"}} ]}, - {"widgettype": "VBox", "id": "app.scene_import_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}} + {"widgettype": "VBox", "id": "scene_import_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}} ] } diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 4c2d18e..367cb2a 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -13,6 +13,6 @@ "options": {"url": "{{entire_url('/scene/import_page.ui')}}"}, "mode": "replace"}], "subwidgets": [{"widgettype": "Text", "options": {"label": "场景导入"}}]} ]}, - {"widgettype": "VBox", "id": "app.scene_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}} + {"widgettype": "VBox", "id": "scene_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}} ] }