Taro RichText 重置图片大小

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

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

原文地址:https://www.cnblogs.com/jia-ze/p/13345577.html