From 20624577bb8ce34a5a0755799e61291492d92fe7 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 26 Dec 2024 17:34:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/copilot/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/copilot/index.vue b/core/core-frontend/src/views/copilot/index.vue index 1c74a26229..255f37ad5e 100644 --- a/core/core-frontend/src/views/copilot/index.vue +++ b/core/core-frontend/src/views/copilot/index.vue @@ -402,7 +402,7 @@ const queryAnswer = (event?: KeyboardEvent) => { padding-top: 24px; position: relative; overflow-y: auto; - padding-bottom: 25px; + padding-bottom: 60px; max-height: 100%; } .question-input {