小程序富文本使用及样式修改

1.使用

<rich-text class="textcontent" :nodes="content">
</rich-text>

使用类名可以直接修改文字样式

 

2.图片样式,使用正则添加类名

textcontent.value = data.content.replace(/\<img/gi, '<img class="imgstyle"');

 

posted @ 2022-11-18 09:52  干红  阅读(1236)  评论(0编辑  收藏  举报