From 422d5f4c93551bcf376bc829141c13438c522f50 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期三, 27 八月 2025 11:01:07 +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