From 68190ce53a862713a8cee41b1dccc19a83ec04a9 Mon Sep 17 00:00:00 2001 From: zhy521521 Date: Thu, 1 Feb 2024 13:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=AC=AC=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2da78d7..9e10093 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## 项目适配 使用postcss-px2rem px2rem-loader进行rem适配 https://blog.csdn.net/Refuelefforts/article/details/113933784 实现原理:每次打包,webpack通过使用插件postcss-px2rem,帮我们自动将px单位转换成rem单位 -前方有坑:UI框架部分组件使用JavaScript将css作为内联样式直接写在html标签内,打包适配时不会读取相关css,所以要配置相关样式,在style中需要" !important "进行样式覆盖。 +前方有坑:UI框架部分组件使用JavaScript将css作为内联样式直接写在html标签内,打包适配时不会读取相关css,所以要配置相关样式,在style中需要" !important "进行样式覆盖。