摘要: 方案一 drawMixin.js // 屏幕适配 mixin 函数 // * 默认缩放值 const scale = { width: "1", height: "1", }; // * 设计稿尺寸(px) const baseWidth = 1920; const baseHeight = 108 阅读全文
posted @ 2023-08-29 11:40 混名汪小星 阅读(362) 评论(3) 推荐(0)