【发布时间】:2021-06-21 12:01:14
【问题描述】:
我正在尝试在两个文本跨度之间添加一个空行
<span> The models have random values that I dont understand and it is not sufficenit but whatever </span>
{'\n'}
<span>Lots of text here </span>
{'\n'} 似乎不起作用。我还能尝试什么?
【问题讨论】:
-
你也可以使用
div并提供CSS,比如margin。
标签: javascript html css reactjs typescript