antd-theme-generator只是针对于颜色的定制,对于其他属性例如字体大小,边框,边距等样式不提供定制 这里只针对generateTheme方法和其涉及到的方法进行讲解,其他的方法不予以讲解。官方文档有使用这个方法的例子,请参考:https://github.com/mzohaibqc/antd-theme-generator 参数options antDir: antd包目录,(path.join(__...
当然,我们还是建议直接使用 dist 目录下的 antd.less 文件而非调用内部文件,因为它们经常会受重构影响。 因为在没有更新到最新版本 4.17.4,antd-theme-generator 插件都没有报错,但是最新版本就是使用不了,最后在看了 antd-theme-generator 的源码后找到了问题。
antd 中 @primary-1 的颜色定义如下@primary-1: color(~\`colorPalette('@{primary-color}', 1) \`);我现在希望更换它的颜色。antd-theme-generator 配置如下const themeVariables = ['@primary-color', '@primary-1'] const options = { stylesDir: path.join(__dirname, './src/styles'), antDir:...
antd-theme-generator Example: Note: include all color variables in varFile that you want to change dynamically and assign them unique color codes. Don't assign same color to two or more variables and don't use #fff, #ffffff, #000 or #000000. If you still want white or black color as...
@zmzimpl 升级至 ng-alain-plugin-theme 的写法,正因为 antd-theme-generator 带来许多 BUG。 我将alain的版本固定在9.4.0,以及antd-theme-generator版本固定在1.2.2,可以正常install了,想来先前install出现的循环依赖是因为原先的alain版本我设置为了^9.4.0,实际安装了9,5,5的,才导致的问题。 请问改成 antd-th...
百度爱采购为您找到23家最新的antd-theme-generator 复写样式产品的详细参数、实时报价、行情走势、优质商品批发/供应信息,您还可以免费查询、发布询价信息等。
antd 中 @primary-1 的颜色定义如下@primary-1: color(~\`colorPalette('@{primary-color}', 1) \`);我现在希望更换它的颜色。antd-theme-generator 配置如下const themeVariables = ['@primary-color', '@primary-1'] const options = { stylesDir: path....