fix: Quick question in the opening statement, English word breaks.(#3158)

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
This commit is contained in:
shaohuzhang1 2025-07-21 12:34:14 +08:00 committed by GitHub
parent b7ba9fdf67
commit abe51dc30c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
class="problem-button mt-4 mb-4 flex"
:class="sendMessage ? 'cursor' : 'disabled'"
>
<el-icon class="mr-8" style="margin-top: 2px;">
<el-icon class="mr-8" style="margin-top: 2px">
<EditPen />
</el-icon>
{{ 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);