From cd71005a68b1dee9f81a8a3e7bb199996eea01ac Mon Sep 17 00:00:00 2001
From: jingna <1264204245@qq.com>
Date: Fri, 25 Apr 2025 11:24:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../svg/icon_more-vertical_outlined_white.svg | 5 ++
.../data-visualization/ComponentToolBar.vue | 3 +-
.../visualization/OuterParamsSet.vue | 77 +++++++++++++++----
.../visualization/UserViewEnlarge.vue | 26 +++++--
.../common/CommonBorderSetting.vue | 4 +-
.../common/CommonStyleSet.vue | 10 +--
.../de-tabs/CustomTabsSort.vue | 14 ++--
.../de-tabs/TabBackgroundOverall.vue | 13 +++-
.../application/module/Leftmenu/index.vue | 9 ++-
.../src/viewsnew/application/module/index.vue | 9 ++-
10 files changed, 129 insertions(+), 41 deletions(-)
create mode 100644 core/core-frontend/src/assets/svg/icon_more-vertical_outlined_white.svg
diff --git a/core/core-frontend/src/assets/svg/icon_more-vertical_outlined_white.svg b/core/core-frontend/src/assets/svg/icon_more-vertical_outlined_white.svg
new file mode 100644
index 0000000..f6cd13c
--- /dev/null
+++ b/core/core-frontend/src/assets/svg/icon_more-vertical_outlined_white.svg
@@ -0,0 +1,5 @@
+
diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
index 9824050..e6755be 100644
--- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
+++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue
@@ -153,7 +153,7 @@ onUnmounted(() => {
-
+
@@ -231,5 +231,6 @@ onUnmounted(() => {
&:active {
background: rgba(31, 35, 41, 1);
}
+
}
diff --git a/core/core-frontend/src/components/visualization/OuterParamsSet.vue b/core/core-frontend/src/components/visualization/OuterParamsSet.vue
index 439c146..e85edba 100644
--- a/core/core-frontend/src/components/visualization/OuterParamsSet.vue
+++ b/core/core-frontend/src/components/visualization/OuterParamsSet.vue
@@ -62,7 +62,8 @@
outerParamsOperation(cmd, node, data)"
:menu-list="state.optMenu"
:icon-name="icon_more_vertical_outlined"
@@ -323,7 +324,7 @@