lobehub/lobe-ui

[Bug] 在输入带换行的长文本时chatitem返回内容不换行

w840980261 opened this issue · 6 comments

💻 系统环境 | Operating System

Windows

🌐 浏览器 | Browser

Chrome

🐛 问题描述 | Bug Description

输入文案
image
在该平台的展示效果
image
因为css中缺少了white-space: pre-wrap;

🚦 期望结果 | Expected Behavior

No response

📷 复现步骤 | Recurrence Steps

No response

📝 补充信息 | Additional Information

通过排查,应该添加在 lobe-ui/src/ChatItem
/style.ts 中

👀 @w840980261
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。

我思考下 ,目前默认走的是 md 的解析方式,语法上是双换行符才会真实换行,同时把多个换行都格式化为 2 个

经过你的提醒,我发现gpt返回时的内容也因为这个解析方式换行显示异常。
预期效果
image
实际效果
image

我思考下 ,目前默认走的是 md 的解析方式,语法上是双换行符才会真实换行,同时把多个换行都格式化为 2 个

我感觉还是得支持单换行,小红书这个场景用户也不用 markdown 的,就是正常换行。

@w840980261


This issue is closed, If you have any questions, you can comment and reply.
此问题已经关闭。如果您有任何问题,可以留言并回复。