gpt4 book ai didi

javascript - HTML TextArea 中断错误

转载 作者:行者123 更新时间:2023-11-28 04:30:33 26 4
gpt4 key购买 nike

在我的站点中,我在文本区域中插入没有空格的长文本,然后查看然后在 <p> 中查看该文本或 <div>标记。但文本不会中断,它显示为内联。如何查看具有适当间距的文本。

这是查看文本区域的代码

.text_in_status p {
color: #333;
font-size: 1.1em;
font-weight: 400;
display: block;


}
<div className="text_in_status clearfix">
<p >{this.props.post.text}</p>
</div>

enter image description here

最佳答案

在 p 标签中使用这个:

word-wrap:break-word;

关于javascript - HTML TextArea 中断错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36833031/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com