1、富文本样式展示的不对

  

  <div class="ql-editor content-detail" v-html="newsInfo.newContent"></div>

 

2、富文本设置图片image大小

  

 var content = this.info.strContent
      const regex = new RegExp('<img', 'gi')
      content = content.replace(regex, `<img style="max-width: 100%; height: auto"`)
      this.content = content

 

相关文章:

  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-12-03
  • 2021-08-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案