单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
74ad066b13429169b3990a507a978a9d4e3fc0cf..5bfd636d1fc207a69391e29bcee40b279274a629
2025-09-19 zhangchen
Merge branch 'ID1766-添加推送登录功能' into test
5bfd63 对比 | 目录
2025-09-19 zhangchen
ID1766-修改pxtorem设置
c147e4 对比 | 目录
1个文件已修改
2 ■■■ 已修改文件
postcss.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
postcss.config.js
@@ -35,7 +35,7 @@
        // /node_modules[\/\\]element-plus/ // 转 element-plus 样式
      ],
      // ✅ 排除其他 node_modules
      exclude: (file) => /node_modules/.test(file) && !/node_modules[\/\\]element-plus/.test(file),
      exclude: /node_modules\/element-plus/i,
      minPixelValue: 2,
    }
  }