From cf89cc835ca533f7869dc87aad518394785cd88c Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 17 Dec 2022 15:09:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=BF=9B=E4=B8=80=E6=AD=A5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=81=8A=E5=A4=A9=E5=86=85=E5=AE=B9=E9=A1=B9?= =?UTF-8?q?=E7=9A=84hover=E7=8A=B6=E6=80=81=E7=9A=84=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2=E9=80=8F=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 并增加了与active状态的区分。 --- client/web/src/components/ChatBox/ChatMessageList/Item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/components/ChatBox/ChatMessageList/Item.tsx b/client/web/src/components/ChatBox/ChatMessageList/Item.tsx index 929eca77..08a2b4d9 100644 --- a/client/web/src/components/ChatBox/ChatMessageList/Item.tsx +++ b/client/web/src/components/ChatBox/ChatMessageList/Item.tsx @@ -76,7 +76,7 @@ const NormalMessage: React.FC = React.memo((props) => {
{/* 头像 */}