解决方式一: /** * @author huangjf * @description 校正windows页面在系统进行缩放后导致页面被放大的问题,通常放大比例是125%、150% * **/classDevicePixelRatio{constructor(){//this.flag = false;}//获取系统类型_getSystem(){letflag=false;varagent=navigator.userAgent.toLowerCase();// var isMac =...
使用:
win10默认设置150%,对页面布局的影响靠单纯的自适应是没办法解决的 问题出在device-pixel-ratio 解决方案一 css解决(复制粘贴放在样式文件中,确保被加载) @media all and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18), (-webkit-min-device-pixel-ratio: 1.09) and (-w...