From ee3a16299b7638044caf1bb9bc56908fb39b05e1 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:49:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20copilot?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=BC=82=E5=B8=B8=E5=BD=93=E8=B6=85=E5=87=BA?= =?UTF-8?q?=E4=B8=80=E9=A1=B5=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=20(#14050)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/copilot/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-frontend/src/views/copilot/index.vue b/core/core-frontend/src/views/copilot/index.vue index a494425982..5b87d9a119 100644 --- a/core/core-frontend/src/views/copilot/index.vue +++ b/core/core-frontend/src/views/copilot/index.vue @@ -368,6 +368,7 @@ const queryAnswer = (event?: KeyboardEvent) => { .copilot { width: 100%; height: 100%; + max-height: calc(100vh - 56px); .copilot-analysis { background-color: #fff; @@ -386,12 +387,15 @@ const queryAnswer = (event?: KeyboardEvent) => { .dialogue { flex: 1; position: relative; + max-height: 100%; + .copilot-dialogue { padding: 0 160px; padding-top: 24px; position: relative; overflow-y: auto; padding-bottom: 25px; + max-height: 100%; } .question-input { min-height: 47px;