uniapp使用rich-text内容过长在真机无法滚动

解决方案:在rich-text标签上加scroll-view解决

<scroll-view scroll-y="true" style="height: 745rpx;">
    <rich-text :nodes="htmlSnip"></rich-text>
</scroll-view>

  

 

posted @ 2022-01-11 11:55  PromiseOne  阅读(1092)  评论(0编辑  收藏  举报