From 4d4e6fe1d300e5bea13f0b825f998f7030218024 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 10 Jun 2025 15:14:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=82=AE=E4=BB=B6=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Conversations/Online/Components/EmailContent.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Conversations/Online/Components/EmailContent.jsx b/src/views/Conversations/Online/Components/EmailContent.jsx index 1874903..d4cdf8a 100644 --- a/src/views/Conversations/Online/Components/EmailContent.jsx +++ b/src/views/Conversations/Online/Components/EmailContent.jsx @@ -34,7 +34,7 @@ const EmailContent = ({ id, content: MailContent, className='', ...props }) => { img { max-width: 90%; height: auto; - /*object-fit: contain;*/ + object-fit: contain; }