From 809ef180a9e212176ab2d678d13b237b61d19d4b Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 16 Jul 2024 15:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=B9=E7=AA=97=E9=81=AE?= =?UTF-8?q?=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/ai/AiCopilot.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/packages/ai/AiCopilot.vue b/ui/packages/ai/AiCopilot.vue index 87370eb6..c5312e89 100644 --- a/ui/packages/ai/AiCopilot.vue +++ b/ui/packages/ai/AiCopilot.vue @@ -194,7 +194,7 @@ export default { display: flex; align-items: flex-end; gap: 18px; - z-index: 202406171636; + z-index: 1888; .copilot { border-radius: 0 0 8px 8px; @@ -207,6 +207,7 @@ export default { background-image: linear-gradient(90deg, #3577FD 0%, #216AFD 100%); box-shadow: 0 2px 6px 0 #0a255c14; border-radius: 8px 8px 0 0; + overflow: hidden; padding: 0 8px 0 14px; color: #fff; font-size: 14px;