问题描述:

后端返回的字符串中包含换行符\n,展示到页面上不换行,使用<‘br’>也不行。

解决办法:

<div class = "show-content">
	<span>{{zbText}}</span>
</div>

<style lang="less" scoped>
.show-content{
	     //保留空白并且正常换行
	     white-space: pre-wrap;
    }
</style>
Logo

前往低代码交流专区

更多推荐