wujingjing
2024-11-08 1711b75cf4e9f706be461c2be82edf760b28d3bd
src/components/chat/Chat.vue
@@ -198,7 +198,6 @@
                                 <el-tooltip effect="dark" content="分享" placement="top">
                                    <div class="flex items-center justify-center size-[15px]">
                                       <i
                                          :class="{ 'text-[#0284ff]': item.state === AnswerState.Unlike }"
                                          class="p-2 ywifont ywicon-fenxiang cursor-pointer hover:text-[#0284ff] !text-[15px] hover:!text-[18px]"
                                          @click="shareClick(item)"
                                       />
@@ -620,7 +619,6 @@
};
const { loadRangeData, onChatListScroll, moreIsLoading, nextUserMsgEndIndex } = useScrollLoad({
   isSharePage: isSharePage,
   container: chatListDom,
   historyGroupId: currentRouteId,
   messageList,