提交 ee454d46 编写于 作者: 1 1319612909

css

上级 c218ac1b
......@@ -953,12 +953,26 @@ li {
border: none;
border-left: 1px solid $border-color;
}
.el-tabs__item::before{
content: "";
width: 9px;
height: 9px;
margin-right: 8px;
display: inline-block;
background-color: #ddd;
border-radius: 50%;
transition: background-color .2s;
}
.el-tabs__item.is-active::before{
background-color: #409eff;
}
.el-tabs__item.is-active{
background-color: rgba(64,158,255,.08);
}
.el-tabs__nav{
border: none;
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册