sd
2025-08-27 422d5f4c93551bcf376bc829141c13438c522f50
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;