8***@qq.com
8***@qq.com
  • 发布:2019-11-21 18:54
  • 更新:2019-11-21 18:54
  • 阅读:1251

uParse修复版-html富文本加载 table边框渲染问题

分类:uni-app

表格里的 border 属性,还是无法解析

<rich-text :nodes="nodes" :border="node.attr.border" :class="node.classStr" :style="'user-select:' + parseSelect"></rich-text>

这个border显示在最外层,<table>标签上,没有显示该属性,parse.css里面添加样式,table也无法渲染

拼接到 node.styleStr = node.styleStr + 'border:' + border 也是在最外层的view上添加上

2019-11-21 18:54 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复