From 15a15ded10ce55b327d8930b5145df0f4cf2e4f8 Mon Sep 17 00:00:00 2001
From: sd <shidong@jhsoft.cc>
Date: 星期一, 11 八月 2025 17:25:23 +0800
Subject: [PATCH] 问搜万物-卡片布局优化;模型优化数据添加按钮调整触发方式;历史会话样式调整。

---
 src/pages/searchNew/components/ChatHistoryView.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/searchNew/components/ChatHistoryView.vue b/src/pages/searchNew/components/ChatHistoryView.vue
index 9247149..6fe757d 100644
--- a/src/pages/searchNew/components/ChatHistoryView.vue
+++ b/src/pages/searchNew/components/ChatHistoryView.vue
@@ -194,15 +194,15 @@
   text-overflow: ellipsis;
   
   /* 纭繚瀹藉害闄愬埗 */
-  max-width: 100%;
+  max-width: 240px;
   width: 100%;
 }
 /* 鎮仠鏃舵樉绀哄畬鏁村唴瀹� */
-/* .chat-item:hover .chat-content {
+.chat-item:hover .chat-content {
   white-space: normal;
   overflow: visible;
   text-overflow: initial;
-} */
+}
 
 .loading-container {
   padding: 40px;

--
Gitblit v1.8.0