jin-yufeng / mp-html

小程序富文本组件,支持渲染和编辑 html,支持在微信、QQ、百度、支付宝、头条和 uni-app 平台使用
https://jin-yufeng.gitee.io/mp-html
MIT License
3.26k stars 477 forks source link

使用uniapp开发的ios使用mp-html组件在多行文本溢出时偶发样式丢失 #584

Open xiaodong-Mr opened 5 months ago

xiaodong-Mr commented 5 months ago

使用uniapp开发的ios使用mp-html组件在多行文本溢出时偶发样式丢失 `<mp-html :content="item.content" container-style="font-size: 28rpx;color: #999;display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 3 !important;overflow: hidden !important;margin-bottom: 20rpx;"

` 1710321816645