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