From d8ba3a9b9bcc7cb9eb011074979a3fbee3fa72b8 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 30 Jul 2024 15:09:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E9=95=BF=E5=BA=A6=E9=9C=80=E8=A6=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/copilot/index.vue | 2 +- .../src/views/dashboard/MobileConfigPanel.vue | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/copilot/index.vue b/core/core-frontend/src/views/copilot/index.vue index 0a017948fa..558b70e1bd 100644 --- a/core/core-frontend/src/views/copilot/index.vue +++ b/core/core-frontend/src/views/copilot/index.vue @@ -357,7 +357,7 @@ const queryAnswer = (event?: KeyboardEvent) => { } .question-input { min-height: 47px; - width: calc(100% - 400px); + width: calc(100% - 360px); margin-left: 20px; display: flex; align-items: center; diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index c596d59069..709448650b 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -537,3 +537,11 @@ const save = () => { } } + +