vue大数据大屏幕适配完美解决方案
首先创建一个a.js// 屏幕适配 mixin 函数// * 默认缩放值const scale = { width: '1', height: '1',}// * 设计稿尺寸(px)const baseWidth = 1920const baseHeight = 1080// * 需保持的比例(默认1.77778)const baseProportion = parseFloat((baseWidth / baseHeight).toFixed(5))export defau.
原创
2022-04-11 13:40:21 ·
5025 阅读 ·
0 评论