我用富文本组件解析后端HTML字符串,但是写了超出部分显示省略号的css失效了,有什么办法
你好,麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
光这里写还不行,还要在 reich-text里面写才行
<rich-text nodes="{{isHeadText}}" style=“overflow: hidden;text-overflow: ellipsis;white-space: nowrap;”></rich-text>
已解决,你可以把省略号三件套写到富文本nodes中,比如这样
'<div style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap">来喽来喽,他们,真的来了哦</div>'