8 lines
203 B
SCSS
8 lines
203 B
SCSS
|
/* 改变主题色变量 */
|
||
|
|
||
|
@import './common-var';
|
||
|
|
||
|
/* 改变 icon 字体路径变量,必需 */
|
||
|
|
||
|
$--font-path: '~element-ui/lib/theme-chalk/fonts';
|
||
|
@import"~element-ui/packages/theme-chalk/src/index"
|