BUG:view 的 overflow 属性与其他样式冲突
作者: ghost创建于 2018年1月30日更新于 2020年2月1日
The code is available at https://GitHub.com/icindy/wxParse/blob/405d85635fc30e1a4298c88dd132fa5874380617/wxParse/wxParse.wxss#L21. When setting the overflow property for the view, the selector syntax is incorrect, which will set overflow:auto for all views, affecting page layout or causing conflicts with other CSS. It is recommended to change the CSS to:
内容来源: icindy/wxParse