+
{{
item.subtitle
}}
diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/menu-list/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/menu-list/property.vue
index 3c4dbc1dc..a98edc254 100644
--- a/apps/web-ele/src/components/diy-editor/components/mobile/menu-list/property.vue
+++ b/apps/web-ele/src/components/diy-editor/components/mobile/menu-list/property.vue
@@ -4,12 +4,13 @@ import type { MenuListProperty } from './config';
import { useVModel } from '@vueuse/core';
import { ElForm, ElFormItem, ElText } from 'element-plus';
-import { EMPTY_MENU_LIST_ITEM_PROPERTY } from './config';
+import AppLinkInput from '#/components/app-link-input/index.vue';
import ComponentContainerProperty from '#/components/diy-editor/components/component-container-property.vue';
import Draggable from '#/components/draggable/index.vue';
-import UploadImg from '#/components/upload/image-upload.vue';
import InputWithColor from '#/components/input-with-color/index.vue';
-import AppLinkInput from '#/components/app-link-input/index.vue';
+import UploadImg from '#/components/upload/image-upload.vue';
+
+import { EMPTY_MENU_LIST_ITEM_PROPERTY } from './config';
/** 列表导航属性面板 */
defineOptions({ name: 'MenuListProperty' });
diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/menu-swiper/index.vue b/apps/web-ele/src/components/diy-editor/components/mobile/menu-swiper/index.vue
index a6dd6f928..0d69c7c86 100644
--- a/apps/web-ele/src/components/diy-editor/components/mobile/menu-swiper/index.vue
+++ b/apps/web-ele/src/components/diy-editor/components/mobile/menu-swiper/index.vue
@@ -1,9 +1,10 @@