From f164225bbeda93ba3c49270d59eae6f6201bae8e Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 21 May 2024 10:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A7=A3=E5=86=B3todo=E3=80=91=20ai?= =?UTF-8?q?=20=E5=AF=B9=E8=AF=9D=E5=88=97=E8=A1=A8=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/Conversation.vue | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/src/views/ai/chat/Conversation.vue b/src/views/ai/chat/Conversation.vue index 907ad5d7..8191318b 100644 --- a/src/views/ai/chat/Conversation.vue +++ b/src/views/ai/chat/Conversation.vue @@ -26,13 +26,15 @@
-
+
{{ conversationKey }}
- + @click="handleConversationClick(conversation.id)" + >
@@ -58,7 +60,7 @@
- +
@@ -351,7 +353,15 @@ onMounted(async () => { } .conversation-list { - margin-top: 20px; + //margin-top: 20px; + + .classify-title { + padding-top: 10px; + } + + .conversation-item { + margin-top: 5px; + } .conversation { display: flex; @@ -359,7 +369,6 @@ onMounted(async () => { justify-content: space-between; flex: 1; padding: 0 5px; - margin-top: 10px; cursor: pointer; border-radius: 5px; align-items: center; @@ -380,17 +389,20 @@ onMounted(async () => { } .title { - padding: 5px 10px; + padding: 2px 10px; max-width: 220px; font-size: 14px; + font-weight: 400; + color: rgba(0, 0, 0, 0.77); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .avatar { - width: 28px; - height: 28px; + width: 25px; + height: 25px; + border-radius: 5px; display: flex; flex-direction: row; justify-items: center;