uniapp 渲染富文本时 图片过大 溢出屏幕
2021-12-16 本文已影响0人
吃肉肉不吃肉肉
1639635100(1).png
处理如下:
this.info.notice = res.data.notice.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ')
1639635171(1).png
1639635100(1).png
this.info.notice = res.data.notice.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ')
1639635171(1).png