From aad86a95a97f7d9d866de595b8da4f1c3de84fda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Mon, 12 Aug 2024 17:12:26 +0800
Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E7=A9=BA=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/model-custom/components/index.vue | 7 +++++--
src/components/model-custom/model-custom-content.vue | 3 +++
src/types/components.d.ts | 1 +
3 files changed, 9 insertions(+), 2 deletions(-)
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']