diff --git a/src/components/DiyEditor/components/mobile/NavigationBar/config.ts b/src/components/DiyEditor/components/mobile/NavigationBar/config.ts
index f722d52596b45aa5c5d12a0891f114d2793f4ee2..4b8a2babb5c1f22438bcd019fe29ace17352bda3 100644
--- a/src/components/DiyEditor/components/mobile/NavigationBar/config.ts
+++ b/src/components/DiyEditor/components/mobile/NavigationBar/config.ts
@@ -13,7 +13,7 @@ export interface NavigationBarProperty {
// 页面背景图片
backgroundImage: string
// 样式类型:默认 | 沉浸式
- styleType: 'default' | 'immersion'
+ styleType: 'normal' | 'inner'
// 常驻显示
alwaysShow: boolean
// 是否显示返回按钮
diff --git a/src/components/DiyEditor/components/mobile/NavigationBar/property.vue b/src/components/DiyEditor/components/mobile/NavigationBar/property.vue
index c4ca4588fafd4efc1802167c29acc050d3fa4e08..ae1ded623c505885fa164e280e90ba2783739551 100644
--- a/src/components/DiyEditor/components/mobile/NavigationBar/property.vue
+++ b/src/components/DiyEditor/components/mobile/NavigationBar/property.vue
@@ -12,8 +12,8 @@
- 默认
- 沉浸式
+ 默认
+ 沉浸式