From 137a55f1ec4cc3bff9dbc7b12e33535a4f09d6e9 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 16 Dec 2024 16:35:58 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/copilot/index.vue b/core/core-frontend/src/views/copilot/index.vue index 5b87d9a119..6de8535ac5 100644 --- a/core/core-frontend/src/views/copilot/index.vue +++ b/core/core-frontend/src/views/copilot/index.vue @@ -409,6 +409,7 @@ const queryAnswer = (event?: KeyboardEvent) => { bottom: 25px; border-radius: 8px; left: 180px; + z-index: 100; box-sizing: border-box; background: #fff; box-shadow: 0px 6px 24px 0px #1f232914;