mirror of https://github.com/ElemeFE/element
fix(Tabs): basic tab nested card tab padding error (#15461)
parent
28583d8a9b
commit
107b83108c
|
@ -266,6 +266,7 @@
|
|||
|
||||
&.el-tabs--border-card, &.el-tabs--card,
|
||||
.el-tabs--left, .el-tabs--right {
|
||||
> .el-tabs__header {
|
||||
.el-tabs__item:nth-child(2) {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
@ -274,6 +275,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@include m(bottom) {
|
||||
.el-tabs__header.is-bottom {
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Reference in New Issue