11 2020 档案
摘要:BUG 记录: 通过 this.$refs.xxx.scrollTop 获取到的滚动位置一直为 0 可以尝试给 div 设置 height: ; -- 给定高度 overflow:hidden; overflow-y:scroll;
阅读全文
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>TYEST</title> <style type="text/css"> .flip-container { -webkit-perspective: 1000; -moz-p
阅读全文
摘要:可以在遮罩层中添加 @touchmove.prevent 就可以实现禁止页面滚动 注意 弹窗里面有滚动条的也是无法滚动的
阅读全文