fix(Steps): fix the style that occurs when there is only one step (#11822)

This commit is contained in:
inottn 2023-05-05 21:33:14 +08:00 committed by GitHub
parent 13ce11f608
commit bfd9995583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
}
}
&:last-child {
&:last-child:not(:first-child) {
position: absolute;
right: 1px;
width: auto;