解决富文本的图片三像素问题

vue可以用/deep/深度选择器
或者可以

const detailimg=res.data.message.DETAIL.replace(/<img/g,
        `<img style="display:block"`
        )
posted @ 2021-01-21 21:03  hw558  阅读(125)  评论(0)    收藏  举报