From 1a56021e758fcccd90f9174b31d3bf3c4bd2c5ac Mon Sep 17 00:00:00 2001 From: cherishsince Date: Thu, 16 May 2024 09:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=20AI=20chat=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/role/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/ai/chat/role/index.vue b/src/views/ai/chat/role/index.vue index 0d85fbc6..924a6784 100644 --- a/src/views/ai/chat/role/index.vue +++ b/src/views/ai/chat/role/index.vue @@ -194,10 +194,10 @@ onMounted( async () => { position: relative; .search-container { - position: absolute; - right: 20px; - top: 10px; - z-index: 100; + //position: absolute; + //right: 20px; + //top: 10px; + //z-index: 100; } .search-input {