摘要:
1、vue less scope的样式中添加全局样式。 使用场景: 例如 <div class="bd" v-html="htmlStr"></div> 其中, htmlStr = '<span class="title">标题</span>' 如果我们使用 scoped样式, .bd .title 阅读全文
摘要:
发现,当使用window元素滚动的时候 (也就是 documnet.documentElement), 返回顶部之后,再迅速下拉滑动,会出现闪烁卡顿的情况。 暂停2秒左右,再滑动,则恢复。当然,前提是开启了touch滚动属性,也就是 -webkit-overflow-scrolling: touch 阅读全文