diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index 7d2b68913..a457e81ee 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -156,35 +156,48 @@ -
{{ $t('chat.history') }}
@@ -420,7 +418,7 @@ onMounted(() => { } .left-height { - height: calc(100vh - var(--app-header-height) - 85px); + height: calc(100vh - 140px); } } @@ -431,7 +429,7 @@ onMounted(() => { box-sizing: border-box; .right-height { - height: calc(100vh - var(--app-header-height) * 2 - 24px); + height: calc(100vh - 85px); } } @@ -489,7 +487,7 @@ onMounted(() => { position: fixed; width: 100%; z-index: 99; - height: calc(100vh - var(--app-header-height) + 6px); + height: calc(100vh); } } .collapse {