1.全局安裝 element-theme
npm install element-theme -g
2.安裝chalk主題
npm install element-theme-chalk -D
3.初始化變量文件
et -i [fileName]
執(zhí)行-i初始化變量文件,默認(rèn)輸出到element-variables.scss
修改變量文件: 修改主題色
$--color-primary:#10A989!default
4.編譯主題
et
> ? build theme font
> ? build element theme
5.引用
在main.js文件引入
import'@/theme/index.css'
分頁(yè)組件
時(shí)間段選取組件