1.element-ui 加默认主题
Showing
3 changed files
with
11 additions
and
1 deletions
-
Please register or sign in to post a comment
/* 改变主题色变量 */ | ||
$--color-primary: #f05a23; | ||
/* 改变 icon 字体路径变量,必需 */ | ||
$--font-path: '~element-ui/lib/theme-chalk/fonts'; | ||
@import "~element-ui/packages/theme-chalk/src/index"; | ||
... | ... |