diff --git a/editor/components/NodeEditor.vue b/editor/components/NodeEditor.vue index ea6971d..3841ebc 100644 --- a/editor/components/NodeEditor.vue +++ b/editor/components/NodeEditor.vue @@ -57,12 +57,15 @@ function onBlur() {
-

{{ scene ? scene.id : '全局配置' }}● 已修改 {{ store.aiChanges.globalFields.length }} 字段

+
+

{{ scene ? scene.id : '全局配置' }}

+ + ● 已修改 {{ store.aiChanges.globalFields.length }} 字段 +
已保存 JSON 错误: {{ errorMsg }} -
@@ -165,6 +168,13 @@ function onBlur() { color: #ddd; } +.header-left { + display: flex; + align-items: center; + gap: 6px; + min-width: 0; +} + .header-actions { display: flex; align-items: center;