@lison16
在 /src/index.less 覆盖样式变量即可
/src/index.less
@import '~iview/src/styles/index.less'; // 自定义主题颜色 // @menu-dark-title: #001529; // @menu-dark-active-bg: #000c17; // @layout-sider-background: #001529;
Most helpful comment
在
/src/index.less覆盖样式变量即可