From 0f47860be07aa97c828bdfc79abff42d8f392f03 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 13 Feb 2025 11:57:23 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=9A=90=E8=97=8F=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E5=92=8C=E9=82=AE=E4=BB=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=99=A8=E4=B8=80=E8=87=B4=E3=80=90=E5=B7=B2=E5=A4=84=E7=90=86?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Conversations/Online/Components/ChatListItem.jsx | 3 ++- src/views/Conversations/Online/ConversationsList.jsx | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/Conversations/Online/Components/ChatListItem.jsx b/src/views/Conversations/Online/Components/ChatListItem.jsx index ffe7380..8c3316f 100644 --- a/src/views/Conversations/Online/Components/ChatListItem.jsx +++ b/src/views/Conversations/Online/Components/ChatListItem.jsx @@ -228,8 +228,9 @@ const ChatListItem = (({item, refreshConversationList,setListUpdateFlag,onSwitch }, }, { label: '编辑联系人', key: 'edit0' }, + { type: 'divider' }, - { label: '隐藏会话', key: 'close', danger: true }, + { label: '移到🗂已处理', key: 'close', danger: true }, ], triggerSubMenuAction: 'click', openKeys: openTags, diff --git a/src/views/Conversations/Online/ConversationsList.jsx b/src/views/Conversations/Online/ConversationsList.jsx index d858c2b..68e76cb 100644 --- a/src/views/Conversations/Online/ConversationsList.jsx +++ b/src/views/Conversations/Online/ConversationsList.jsx @@ -320,11 +320,11 @@ const Conversations = () => { {conversationsListLoading ? (
- +
) : - -