white-space: pre-line;
添加css 属性后
.divTxt {
width: 100%;
// height: 54px;
font-size: 16px;
font-weight: 400;
text-align: left;
color: #666666;
white-space: pre-line;
// border: 1px solid #000;
}
在这里插入图片描述