diff --git a/core/core-frontend/src/components/filter-text/src/FilterText.vue b/core/core-frontend/src/components/filter-text/src/FilterText.vue
index d487835bbd..2fe8ec96f9 100644
--- a/core/core-frontend/src/components/filter-text/src/FilterText.vue
+++ b/core/core-frontend/src/components/filter-text/src/FilterText.vue
@@ -54,7 +54,9 @@ watch(
- {{ ele }}
+
+ {{ ele }}
+
diff --git a/core/core-frontend/src/components/visualization/LinkJumpSet.vue b/core/core-frontend/src/components/visualization/LinkJumpSet.vue
index 9c145c2997..f61dd67b3d 100644
--- a/core/core-frontend/src/components/visualization/LinkJumpSet.vue
+++ b/core/core-frontend/src/components/visualization/LinkJumpSet.vue
@@ -852,11 +852,16 @@ defineExpose({
}
.head-filter {
flex: 1;
- text-align: right;
+ display: flex;
+ align-items: center;
+ justify-content: end;
margin-right: 16px;
font-weight: 400;
font-size: 12px;
color: #646a73;
+ .ed-switch {
+ margin-left: 8px;
+ }
}
}
diff --git a/core/core-frontend/src/components/visualization/LinkageSet.vue b/core/core-frontend/src/components/visualization/LinkageSet.vue
index 77dd692e3b..580082b7f2 100644
--- a/core/core-frontend/src/components/visualization/LinkageSet.vue
+++ b/core/core-frontend/src/components/visualization/LinkageSet.vue
@@ -534,11 +534,16 @@ defineExpose({
}
.head-filter {
flex: 1;
- text-align: right;
+ display: flex;
+ align-items: center;
+ justify-content: end;
margin-right: 16px;
font-weight: 400;
font-size: 12px;
color: #646a73;
+ .ed-switch {
+ margin-left: 8px;
+ }
}
}
diff --git a/core/core-frontend/src/layout/components/AiComponent.vue b/core/core-frontend/src/layout/components/AiComponent.vue
index a6c789a2bc..736c91043a 100644
--- a/core/core-frontend/src/layout/components/AiComponent.vue
+++ b/core/core-frontend/src/layout/components/AiComponent.vue
@@ -51,6 +51,7 @@ onMounted(() => {
.ai-main {
position: fixed;
border-radius: 5px;
+ border-top-right-radius: 0;
overflow: hidden;
height: 0;
bottom: 48px;
diff --git a/core/core-frontend/src/layout/components/CollapseBar.vue b/core/core-frontend/src/layout/components/CollapseBar.vue
index 51f51598ff..c51fbb8b0f 100644
--- a/core/core-frontend/src/layout/components/CollapseBar.vue
+++ b/core/core-frontend/src/layout/components/CollapseBar.vue
@@ -10,7 +10,7 @@ const setCollapse = () => {
-
+
{{ !isCollapse ? '收起导航' : '' }}
@@ -29,7 +29,6 @@ const setCollapse = () => {
font-size: 14px;
font-weight: 400;
line-height: 22px;
- color: #646a73;
display: flex;
align-items: center;
diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less
index 387c479c75..a3e1165209 100644
--- a/core/core-frontend/src/style/index.less
+++ b/core/core-frontend/src/style/index.less
@@ -402,3 +402,10 @@ strong {
.ed-picker__popper {
--ed-datepicker-border-color: #DEE0E3 !important;
}
+
+.ed-dialog__headerbtn {
+ top: 21px !important;
+ display: flex;
+ align-items: center;
+ justify-content: center
+}
diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue b/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue
index f32ab2b064..b658f565bb 100644
--- a/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue
+++ b/core/core-frontend/src/views/chart/components/editor/drag-item/DimensionItem.vue
@@ -226,6 +226,7 @@ onMounted(() => {
{
@@ -438,6 +440,7 @@ onMounted(() => {
@@ -695,6 +698,9 @@ span {
}