fix: Steps tail shouldn't show when type is navigation and labelPlacement is vertical (fix #33681) (#33716)

* Steps tail shouldn't show when type is navigation and labelPlacement is vertical (fix #33681)

* fix: Steps tail shouldn't show when type is navigation and labelPlacement is vertical
close #33681

* fix: Steps tail shouldn't show when type is navigation and labelPlacement is vertical
close #33681
This commit is contained in:
toSayNothing 2022-01-14 13:53:08 +08:00 committed by GitHub
parent 80e7cc0afd
commit 5f9e3a8415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,3 +124,11 @@
}
}
}
.@{steps-prefix-cls}-navigation.@{steps-prefix-cls}-horizontal {
> .@{steps-prefix-cls}-item
> .@{steps-prefix-cls}-item-container
> .@{steps-prefix-cls}-item-tail {
visibility: hidden;
}
}