@@ -0,0 +1,22 @@
+.el-tabs {
+ &.el-tabs--card {
+ .el-tabs__item:nth-child(1) {
+ border-radius: 5px 0 0 0;
+ }
+ .el-tabs__item:nth-last-child(1) {
+ border-radius: 0 5px 0 0;
+ .el-tabs__item{
+ &.is-active {
+ background-color: #131820;
+ color: #fff;
+ &.is-active:hover {
+ .el-tabs__item:hover {
+ color: #131820;
+}