9***@qq.com
9***@qq.com
  • 发布:2022-05-24 14:50
  • 更新:2022-05-24 14:50
  • 阅读:491

使用<rich-text>渲染包含<img>标签的富文本,图片显示超出了屏幕的显示范围

分类:uni-app

使用渲染包含标签的富文本,图片显示超出了屏幕的显示范围

解决方式:

复制代码<rich-text :nodes="info.content|replaceContent"/>  
filters: {  
    replaceContent(value) {  
        return value.replace(/<img/g, "<img style='width:100%'");  
    }  
}

0 关注 分享

要回复文章请先登录注册