修复 Steps 组件选择器 (#1015)

This commit is contained in:
LaoHu97 2018-12-05 17:39:35 +08:00 committed by neverland
parent e041ef1e25
commit f97cd506f6

View File

@ -113,10 +113,14 @@
line-height: 18px; line-height: 18px;
padding: 10px 10px 10px 0; padding: 10px 10px 10px 0;
&:not(:last-child)::after { &::after {
border-bottom-width: 1px; border-bottom-width: 1px;
} }
&:last-child::after {
border-bottom-width: none;
}
&:first-child { &:first-child {
&::before { &::before {
content: ''; content: '';