From ed906091e8a3b2359a511255909c417a4f898a8e Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 22 Oct 2024 16:43:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/ChatBigWindow/index.module.scss | 3 ++- src/page/Meeting/ChatSmallWindow/index.module.scss | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/page/Meeting/ChatBigWindow/index.module.scss b/src/page/Meeting/ChatBigWindow/index.module.scss index 081b30e..6b65512 100644 --- a/src/page/Meeting/ChatBigWindow/index.module.scss +++ b/src/page/Meeting/ChatBigWindow/index.module.scss @@ -60,6 +60,7 @@ border-radius: 0 25px 25px 25px; margin: 10px 0 10px 40px; font-size: 14px; + word-break: break-all; } } @@ -88,7 +89,7 @@ color: #F3F3F5; max-width: 266px; padding: 10px; - box-sizing: border-box; + word-break: break-all; border-radius: 25px 0 25px 25px; margin: 10px 40px 10px 0; font-size: 14px; diff --git a/src/page/Meeting/ChatSmallWindow/index.module.scss b/src/page/Meeting/ChatSmallWindow/index.module.scss index 5f5f3e9..a5de0b3 100644 --- a/src/page/Meeting/ChatSmallWindow/index.module.scss +++ b/src/page/Meeting/ChatSmallWindow/index.module.scss @@ -37,6 +37,7 @@ >span:nth-child(2) { color: #fff; + word-break: break-all; } } } @@ -60,6 +61,10 @@ >span:nth-child(1) { white-space: nowrap; } + + >span:nth-child(2) { + word-break: break-all; + } } } } From ae49bf5bef0739c0b8670b67aa57adbd43b1cbc9 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 22 Oct 2024 16:45:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/page/Meeting/index.module.scss b/src/page/Meeting/index.module.scss index cbb972d..565833e 100644 --- a/src/page/Meeting/index.module.scss +++ b/src/page/Meeting/index.module.scss @@ -609,6 +609,7 @@ border-radius: 0 25px 25px 25px; margin: 10px 0 10px 40px; font-size: 14px; + word-break: break-all; } } @@ -641,6 +642,7 @@ border-radius: 25px 0 25px 25px; margin: 10px 40px 10px 0; font-size: 14px; + word-break: break-all; } }