Taro RichText 重置图片大小

 

import marked from 'marked';
<RichText type='text' nodes={marked(content).replace(/<img/g, "<img class='markimg'")}/>
  .markimg{
    width: 100%;
  }

 

如果重置的样式很多用就用wxParse

posted @ 2020-07-20 16:01  晓丶  阅读(364)  评论(0编辑  收藏  举报