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;