diff --git a/src/components/model-custom/components/index.vue b/src/components/model-custom/components/index.vue
index 584be107..53398db1 100644
--- a/src/components/model-custom/components/index.vue
+++ b/src/components/model-custom/components/index.vue
@@ -19,12 +19,13 @@
内容设置
组件高度
-
+
已选组件
@@ -210,6 +211,8 @@ const del = (index: number) => {
new_index = new_index - 1;
}
set_show_tabs(new_index);
+ } else {
+ emits('rightUpdate', {});
}
});
};
diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue
index 9180f971..84f70389 100644
--- a/src/components/model-custom/model-custom-content.vue
+++ b/src/components/model-custom/model-custom-content.vue
@@ -25,6 +25,9 @@
+
+
+
diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index c493e0c2..426b84c5 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -155,6 +155,7 @@ declare module 'vue' {
ModelVideoStyles: typeof import('./../components/model-video/model-video-styles.vue')['default']
MultColorPicker: typeof import('./../components/common/mult-color-picker/index.vue')['default']
Navbar: typeof import('./../layout/components/navbar/index.vue')['default']
+ NoData: typeof import('./../components/base/noData/index.vue')['default']
Padding: typeof import('./../components/base/padding/index.vue')['default']
PageContent: typeof import('./../components/page-settings/page-content.vue')['default']
PageSettings: typeof import('./../components/page-settings/index.vue')['default']