Replies: 1 comment
|
没遇到你的这个问题,我新建了一个最新版本的 umi 项目,配置上 antd 插件,安装 antd 4 后,使用如下配置: // .umirc.ts
theme: { '@primary-color': '#1DA57A' },
mfsu: false,
antd: {},启动项目之后颜色是正常的(绿色)。 如有问题,需要给一个最小复现。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
antd版本是4.x,umrc.ts中是这样配置theme的:并且关闭了mfsu

All reactions