2017-09-05 19:57:59 +08:00
|
|
|
|
.@{steps-prefix-cls}-label-vertical {
|
|
|
|
|
.@{steps-prefix-cls}-item {
|
|
|
|
|
overflow: visible;
|
|
|
|
|
&-tail {
|
2018-12-27 11:55:53 +08:00
|
|
|
|
margin-left: 51px;
|
2019-02-15 10:48:07 +08:00
|
|
|
|
padding: 3.5px 24px;
|
2017-09-05 19:57:59 +08:00
|
|
|
|
}
|
|
|
|
|
&-content {
|
|
|
|
|
display: block;
|
2018-07-24 10:34:50 +08:00
|
|
|
|
// icon左边距离+一半icon宽度,是content一半的宽度,垂直对齐icon
|
|
|
|
|
width: (@steps-icon-size / 2 + 36px) * 2;
|
2019-02-15 10:48:07 +08:00
|
|
|
|
margin-top: 8px;
|
|
|
|
|
text-align: center;
|
2017-09-05 19:57:59 +08:00
|
|
|
|
}
|
|
|
|
|
&-icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: 36px;
|
|
|
|
|
}
|
|
|
|
|
&-title {
|
|
|
|
|
padding-right: 0;
|
2019-02-15 10:48:07 +08:00
|
|
|
|
&::after {
|
2017-09-05 19:57:59 +08:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|