element-variables.scss 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 @import "../variables.scss"; /* 改变主题色变量 */ $--color-primary: $style-el--color-primary; $--color-white: $style-el--color-white; /* 改变 icon 字体路径变量,必需 */ $--font-path: 'element-ui/lib/theme-chalk/fonts'; @import "element-ui/packages/theme-chalk/src/index";