微信小程序中rich-text文本溢出
2021-01-26 本文已影响0人
一页清风
rich-text直接给处理溢出的属性貌似并不起作用,处理方法是给rich-text添加一个div属性即可,如下
<rich-text nodes="<div style='overflow:hidden;white-space:nowrap;text-overflow:ellipsis;'>{{html}}</div>" bindtap="tap"></rich-text>
rich-text直接给处理溢出的属性貌似并不起作用,处理方法是给rich-text添加一个div属性即可,如下
<rich-text nodes="<div style='overflow:hidden;white-space:nowrap;text-overflow:ellipsis;'>{{html}}</div>" bindtap="tap"></rich-text>