From abe51dc30c91e15d0b193af0658cbd930c7e8403 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:34:14 +0800 Subject: [PATCH] fix: Quick question in the opening statement, English word breaks.(#3158) Co-authored-by: wangdan-fit2cloud --- ui/src/components/markdown/MdRenderer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/markdown/MdRenderer.vue b/ui/src/components/markdown/MdRenderer.vue index e2fc4ee90..eb991477a 100644 --- a/ui/src/components/markdown/MdRenderer.vue +++ b/ui/src/components/markdown/MdRenderer.vue @@ -9,7 +9,7 @@ class="problem-button mt-4 mb-4 flex" :class="sendMessage ? 'cursor' : 'disabled'" > - + {{ item.content }} @@ -237,7 +237,7 @@ const split_form_rander_ = (source: string, type: string) => { padding: 12px; box-sizing: border-box; color: var(--el-text-color-regular); - word-break: break-all; + word-break: break-word; &:hover { background: var(--el-color-primary-light-9);