Browse Source

🐛 tweak style for not affecting vertical steps

pull/14098/head
afc163 6 years ago
committed by 偏右
parent
commit
7d70d20679
  1. 48
      components/steps/style/compatibility.less

48
components/steps/style/compatibility.less

@ -1,7 +1,47 @@
.@{steps-prefix-cls}-flex-not-supported {
.@{steps-prefix-cls}-item {
background: @steps-background;
padding-left: 10px;
margin-left: -10px;
&.@{steps-prefix-cls}-horizontal.@{steps-prefix-cls}-label-horizontal {
.@{steps-prefix-cls}-item {
background: @steps-background;
padding-left: 16px;
margin-left: -16px;
}
&.@{steps-prefix-cls}-small .@{steps-prefix-cls}-item {
padding-left: 12px;
margin-left: -12px;
}
}
&.@{steps-prefix-cls}-dot {
.@{steps-prefix-cls}-item {
&:last-child {
overflow: hidden;
.@{steps-prefix-cls}-icon-dot:after {
width: 200px;
right: -200px;
}
}
.@{steps-prefix-cls}-icon-dot:before,
.@{steps-prefix-cls}-icon-dot:after {
content: '';
position: absolute;
background: @steps-background;
width: 10px;
height: 8px;
top: 0;
left: -10px;
}
.@{steps-prefix-cls}-icon-dot:after {
left: auto;
right: -10px;
}
}
.@{steps-prefix-cls}-item-wait .@{steps-prefix-cls}-item-icon > .@{steps-prefix-cls}-icon .@{steps-prefix-cls}-icon-dot {
background: #ccc;
}
}
}

Loading…
Cancel
Save