mirror of https://github.com/ElemeFE/element
Progress: add transition support (#13210)
parent
326266134f
commit
168bf64b57
|
@ -105,6 +105,7 @@
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
transition: width 0.6s ease;
|
||||||
|
|
||||||
@include utils-vertical-center;
|
@include utils-vertical-center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue