Commit 107b8310 authored by Simona's avatar Simona Committed by luckyCao

fix(Tabs): basic tab nested card tab padding error (#15461)

parent 28583d8a
...@@ -266,6 +266,7 @@ ...@@ -266,6 +266,7 @@
&.el-tabs--border-card, &.el-tabs--card, &.el-tabs--border-card, &.el-tabs--card,
.el-tabs--left, .el-tabs--right { .el-tabs--left, .el-tabs--right {
> .el-tabs__header {
.el-tabs__item:nth-child(2) { .el-tabs__item:nth-child(2) {
padding-left: 20px; padding-left: 20px;
} }
...@@ -274,6 +275,7 @@ ...@@ -274,6 +275,7 @@
} }
} }
} }
}
@include m(bottom) { @include m(bottom) {
.el-tabs__header.is-bottom { .el-tabs__header.is-bottom {
margin-bottom: 0; margin-bottom: 0;
......
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