From 4745d1b542c1fd38918c252ea504e920abcd828f Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 26 Apr 2024 11:22:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=AE=A2=E6=9C=8D=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/AiTips.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/layout/components/AiTips.vue b/core/core-frontend/src/layout/components/AiTips.vue index 2131f2f83f..ffa47e11f2 100644 --- a/core/core-frontend/src/layout/components/AiTips.vue +++ b/core/core-frontend/src/layout/components/AiTips.vue @@ -42,7 +42,7 @@ onMounted(() => { .ai-popper-tips { z-index: 10001 !important; padding: 24px !important; - box-shadow: none; + box-shadow: none !important; background: var(--ed-color-primary) !important; .ed-popper__arrow::before { border: 1px solid var(--ed-color-primary) !important;