ant-design / ant-design-pro

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
https://pro.ant.design
MIT License
36.12k stars 8.12k forks source link

🐛 [BUG]使用token修改layout颜色不生效 #10771

Closed ideaviewes closed 1 year ago

ideaviewes commented 1 year ago

🐛 bug 描述

使用token修改layout颜色不生效

📷 复现步骤 | Recurrence steps

··· git clone https://gitee.com/icodeview/antdpro-token-useles.git cd antdpro-token-useles tyarn tyarn start ··· 登录后可以看到layout的颜色并没有发生变化

🏞 期望结果 | Expected results

颜色发生变化

💻 复现代码 | Recurrence code

https://gitee.com/icodeview/antdpro-token-useles.git 我修改了src/app.tsx的文件,添加了token,但是没有任何作用

© 版本信息

ideaviewes commented 1 year ago

已解决,配置文件中的配置优先级更高 https://github.com/umijs/umi/issues/11255