.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; } } } }