cmc-web/packages/common/css/element-variables.scss

9 lines
206 B
SCSS
Raw Permalink Normal View History

2024-08-20 12:11:31 +00:00
/* 改变主题色变量 */
@import './common-var';
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
2024-08-21 01:17:14 +00:00
@import '~element-ui/packages/theme-chalk/src/index';