Fix nested steps style, close #6754

This commit is contained in:
afc163 2017-07-07 11:46:05 +08:00
parent 2cb0649ea0
commit c67d9b2935

View File

@ -289,11 +289,11 @@
} }
.@{steps-prefix-cls}-vertical { .@{steps-prefix-cls}-vertical {
.@{steps-prefix-cls}-item { > .@{steps-prefix-cls}-item {
display: block; display: block;
} }
.@{steps-prefix-cls}-tail { > .@{steps-prefix-cls}-item > .@{steps-prefix-cls}-tail {
position: absolute; position: absolute;
left: 13px; left: 13px;
top: 0; top: 0;