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