小程序富文本使用及样式修改
1.使用
<rich-text class="textcontent" :nodes="content">
</rich-text>
使用类名可以直接修改文字样式
2.图片样式,使用正则添加类名
textcontent.value = data.content.replace(/\<img/gi, '<img class="imgstyle"');
1.使用
<rich-text class="textcontent" :nodes="content">
</rich-text>
使用类名可以直接修改文字样式
2.图片样式,使用正则添加类名
textcontent.value = data.content.replace(/\<img/gi, '<img class="imgstyle"');