From 8941b87e0305fef8bc1111f3e8deb57f6d77a38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Thu, 23 Oct 2025 20:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E7=8A=B6=E6=80=81=E6=8F=90=E7=A4=BA=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=E5=92=8C=E5=8F=AF=E8=AF=BB=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MessageList/MessageList.module.scss | 23 ++++++++----------- .../SidebarMenu/MessageList/index.tsx | 4 +--- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/MessageList.module.scss b/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/MessageList.module.scss index 0bed38fc..4e93b88c 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/MessageList.module.scss +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/MessageList.module.scss @@ -171,20 +171,6 @@ } } - // 同步状态提示 - .refreshIndicator { - padding: 8px; - text-align: center; - font-size: 12px; - color: #999; - background: #f5f5f5; - border-bottom: 1px solid #e8e8e8; - - :global(.ant-spin) { - margin-right: 6px; - } - } - // 加载状态 .loading { padding: 16px; @@ -192,3 +178,12 @@ color: #999; } } +// 刷新提示 +.refreshingTip { + padding: 8px 15px; + background-color: #e6f7ff; + border-bottom: 1px solid #91d5ff; + color: #1890ff; + font-size: 12px; + text-align: center; +} diff --git a/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx b/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx index ab344821..73b083dc 100644 --- a/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx +++ b/Touchkebao/src/pages/pc/ckbox/weChat/components/SidebarMenu/MessageList/index.tsx @@ -526,9 +526,7 @@ const MessageList: React.FC = () => {
{loading &&
加载中...
} {refreshing && !loading && ( -
- 正在同步... -
+
正在同步消息...
)}