table节点不支持border属性,导致rich-text渲染table不显示边框,不知道后面会不会支持呢?
https://developers.weixin.qq.com/miniprogram/dev/component/rich-text.html
想到的解决办法
1.换个富文本插件比如mphtml
2.正则给table添加样式(正则网上找的方法
css中:
.table,.td {box-sizing: border-box;border: 1px solid #dadada;}
最后小程序显示边框效果:
代码片段:https://developers.weixin.qq.com/s/74mkA9my7DzX
正则根据需要写,待完善
来个代码片段吧,兄逮,https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html