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 = () => {