From c3308edebc550728bec9abf9242200a5714ce6f5 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 1 Apr 2024 16:54:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=99=BA=E8=83=BD=E5=8A=A9=E6=89=8B):=20?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E7=9A=84=E6=8A=95=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/AiComponent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/layout/components/AiComponent.vue b/core/core-frontend/src/layout/components/AiComponent.vue index 04b240c7d7..7d7937dafc 100644 --- a/core/core-frontend/src/layout/components/AiComponent.vue +++ b/core/core-frontend/src/layout/components/AiComponent.vue @@ -62,5 +62,6 @@ onMounted(() => { height: 50%; min-height: 450px; max-height: 600px; + box-shadow: 0px 6px 24px 0px #1f232914; }