Fork me on GitHub

02 2022 档案

摘要:定义window.devicePixelRatio是设备上物理像素和设备独立像素(device-independent pixels (dips))的比例。公式表示就是:window.devicePixelRatio = 物理像素 / dips 理解移动端的设备多种多样,不同的设备又有不同的分辨率, 阅读全文
posted @ 2022-02-25 10:55 思考的大腿 阅读(1591) 评论(0) 推荐(0) 编辑
摘要:better-scroll vant popup 移动端无法滚动 实例化时添加属性 bindToWrapper: true this.$nextTick(() => { let bs = new BScroll(".popup-container", { bindToWrapper: true, } 阅读全文
posted @ 2022-02-23 16:28 思考的大腿 阅读(553) 评论(0) 推荐(0) 编辑