You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
560 B

.el-tabs--card{
.el-tabs__header{
.el-tabs__nav-scroll{
padding-left: 3px;
padding-bottom: 10px;
border-bottom: 1px solid #018ad2;
.el-tabs__nav {
border: none;
}
.el-tabs__item {
border: 1px solid #dfe4ed;
margin-right: 12px;
margin-left: 2px;
}
.el-tabs__item:first-child {
border-left: 1px solid #dfe4ed;
}
.el-tabs__item.is-active{
border-bottom-color: #018ad2;
background-color: #018ad2;
color: #fff;
}
}
}
}