ant-design / ant-design-mini

Ant Design for Alipay Mini Program
https://mini.ant.design
MIT License
417 stars 131 forks source link

怎么自定义主题? 具体方法怎么实现呢? #694

Closed lff2018 closed 1 year ago

lff2018 commented 1 year ago

image

如图: 已按照官方文档进行设置 但是没生效

期望

有没有具体的实现方法

jc9702507 commented 1 year ago

可以这样来自定义其他

{
  "format": 2,
  "compileOptions": {
    "less": {
      "modifyVars": {
         "colorPrimary": "red",
         "colorWathet": "blue"
      }
    }
  }
}
lff2018 commented 1 year ago

是按照这样定义的呢 但是没生效

lff2018 commented 1 year ago

image image

jc9702507 commented 1 year ago
  1. 查看是不是最新的IDE,需要3.0以上
  2. import的需要是less,比如"button": "antd-mini/less/Button/index"
lff2018 commented 1 year ago

好的,已经解决了 谢谢!