Commit 47090e83 by tang

feat: 添加主题颜色,修改element-ui的primary颜色

parent a9026453
// 设置主题颜色
$theme-color1:#F26335;
// 背景颜色 // 背景颜色
$bg-color:#fff; $bg-color:#fff;
......
/* 改变主题色变量 */
$--color-primary: #F26335;
/* 改变 icon 字体路径变量,必需 */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
@import "~element-ui/packages/theme-chalk/src/index";
.tab-no-bottom{
.el-tabs__nav-wrap::after{
background-color: transparent;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment