🐛 Fix steps style under IE9

close #14001
This commit is contained in:
afc163 2019-01-02 18:07:04 +08:00 committed by 偏右
parent 7a4ee979ff
commit 9a380592ee
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
.@{steps-prefix-cls}-flex-not-supported {
.@{steps-prefix-cls}-item {
background: @steps-background;
padding-left: 10px;
margin-left: -10px;
}
}

View File

@ -186,3 +186,4 @@
@import 'vertical';
@import 'label-placement';
@import 'progress-dot';
@import 'compatibility';