ll
liukangdong
2025-02-24 b4b73d095b7469e586d6afab2a132c5b34ed97d1
screen/src/utils/scale_screen.js
@@ -1,7 +1,7 @@
// rem等比适配配置文件
// 基准大小
const baseSize = 16
const baseSize = 14
// 设置 rem 函数
function setRem() {
  // 当前页面宽度相对于 1920宽的缩放比例,可根据自己需要修改。