Commit aa09c460 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Tabs: fix padding-left for nested tabs

parent 06112e51
......@@ -225,9 +225,14 @@
}
}
@include m((top, bottom)) {
&:not(.el-tabs--border-card):not(.el-tabs--card) .el-tabs__item:nth-child(2) {
.el-tabs__item:nth-child(2) {
padding-left: 0;
}
&.el-tabs--border-card .el-tabs__item:nth-child(2),
&.el-tabs--card .el-tabs__item:nth-child(2) {
padding-left: 20px;
}
}
@include m(bottom) {
.el-tabs__header {
......
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