Iview-admin: 覆盖主题色不生效,文档描述两种方式均不生效,在iview-admin2上,无错误信息;

Created on 22 Oct 2018  ·  1Comment  ·  Source: iview/iview-admin

@lison16

Most helpful comment

/src/index.less 覆盖样式变量即可

@import '~iview/src/styles/index.less';

// 自定义主题颜色
// @menu-dark-title: #001529;
// @menu-dark-active-bg: #000c17;
// @layout-sider-background: #001529;

>All comments

/src/index.less 覆盖样式变量即可

@import '~iview/src/styles/index.less';

// 自定义主题颜色
// @menu-dark-title: #001529;
// @menu-dark-active-bg: #000c17;
// @layout-sider-background: #001529;
Was this page helpful?
0 / 5 - 0 ratings