From 68762e73a2ebfa7e662b6cb2db951b5951bc1332 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Fri, 17 May 2024 16:00:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=A4=84?= =?UTF-8?q?=E7=90=86=20AI=20=E8=A7=92=E8=89=B2=E6=90=9C=E7=B4=A2=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/role/RoleList.vue | 67 ++++++++++++++++------------- 1 file changed, 37 insertions(+), 30 deletions(-) diff --git a/src/views/ai/chat/role/RoleList.vue b/src/views/ai/chat/role/RoleList.vue index 397668d4..344faa8a 100644 --- a/src/views/ai/chat/role/RoleList.vue +++ b/src/views/ai/chat/role/RoleList.vue @@ -1,42 +1,44 @@ @@ -121,12 +123,17 @@ onMounted(() => { height: 100%; overflow: auto; padding: 0px 25px; + align-items: start; + align-content: flex-start; + justify-content: start; .card { + display: inline-block; margin-right: 20px; border-radius: 10px; margin-bottom: 30px; position: relative; + //max-height: 152px; .more-container { position: absolute;