mirror of https://github.com/ElemeFE/element
Progress: fix progress 百分比归零时动画消失的bug
parent
5d7374bf16
commit
53546cb9c8
|
@ -36,7 +36,7 @@
|
||||||
:stroke="stroke"
|
:stroke="stroke"
|
||||||
fill="none"
|
fill="none"
|
||||||
:stroke-linecap="strokeLinecap"
|
:stroke-linecap="strokeLinecap"
|
||||||
:stroke-width="percentage ? relativeStrokeWidth : 0"
|
:stroke-width="relativeStrokeWidth"
|
||||||
:style="circlePathStyle"></path>
|
:style="circlePathStyle"></path>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue