02 2022 档案
摘要:定义window.devicePixelRatio是设备上物理像素和设备独立像素(device-independent pixels (dips))的比例。公式表示就是:window.devicePixelRatio = 物理像素 / dips 理解移动端的设备多种多样,不同的设备又有不同的分辨率,
阅读全文
摘要:better-scroll vant popup 移动端无法滚动 实例化时添加属性 bindToWrapper: true this.$nextTick(() => { let bs = new BScroll(".popup-container", { bindToWrapper: true, }
阅读全文