【uni-app】rich-text数字英文换行

gengboxb 604 0

HTML

<rich-text
     :nodes="htmlString"
     class="rich-wrap"
 />

CSS

/deep/ .rich-wrap p{
  word-break: break-word;
}

发表评论 取消回复
表情 图片 链接 代码

分享