From 3dc4f425457334653ed31c5474e7d32c7f21d1f8 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 26 Jun 2025 18:34:10 +0800 Subject: [PATCH] feat: ai chat style --- .../index/components/conversation/ConversationList.vue | 6 ++++-- apps/web-antd/src/views/ai/chat/index/index.vue | 9 +++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue b/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue index 54c766749..3596bdc87 100644 --- a/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue +++ b/apps/web-antd/src/views/ai/chat/index/components/conversation/ConversationList.vue @@ -358,7 +358,9 @@ onMounted(async () => {
@@ -418,7 +420,7 @@ onMounted(async () => {
{ { /> - +
{{ activeConversation?.title ? activeConversation?.title : '对话' }} @@ -565,9 +566,9 @@ onMounted(async () => {
- +