mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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:
parent
b7ba9fdf67
commit
abe51dc30c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue