fix progressDot Steps style

This commit is contained in:
afc163 2017-09-06 13:15:47 +08:00
parent c0df7f4142
commit 68ff1b6ff0

View File

@ -92,6 +92,15 @@
width: 100%;
top: 12px;
padding: 0 10px;
&:after {
content: '';
display: inline-block;
background: @border-color-split;
height: 1px;
border-radius: 1px;
width: 100%;
transition: background .3s;
}
}
&-content {
margin-top: 3px;