From ac436ae186f4630aae9eb8ea19e03470d7f68a5a Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 21 May 2024 10:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A7=A3=E5=86=B3todo=E3=80=91AI=20?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E4=BB=93=E5=BA=93=EF=BC=8C=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=8F=B3=E4=BE=A7=E6=89=80=E6=90=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/role/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/ai/chat/role/index.vue b/src/views/ai/chat/role/index.vue index 7b583177..232689fc 100644 --- a/src/views/ai/chat/role/index.vue +++ b/src/views/ai/chat/role/index.vue @@ -258,9 +258,14 @@ onMounted(async () => { overflow: hidden; margin: 0; padding: 0; + position: relative; .search-container { margin: 20px 20px 0px 20px; + position: absolute; + right: 0; + top: -5px; + z-index: 100; } .search-input {