From e01026ee4845eab23a6dd1003cb09e914fa5c187 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 11 Jun 2024 16:17:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96Tab=E7=BB=84=E4=BB=B6=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visualization/ComponentEditBar.vue | 19 ++- .../custom-component/de-tabs/Component.vue | 119 ++++++++-------- .../de-tabs/CustomTabsSort.vue | 131 ++++++++++++++++++ 3 files changed, 209 insertions(+), 60 deletions(-) create mode 100644 core/core-frontend/src/custom-component/de-tabs/CustomTabsSort.vue diff --git a/core/core-frontend/src/components/visualization/ComponentEditBar.vue b/core/core-frontend/src/components/visualization/ComponentEditBar.vue index 6ac92aa5b6..a1362f1f19 100644 --- a/core/core-frontend/src/components/visualization/ComponentEditBar.vue +++ b/core/core-frontend/src/components/visualization/ComponentEditBar.vue @@ -10,6 +10,16 @@ ]" @mousedown="fieldsAreaDown" > + + + + + + + +