mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-03 16:26:56 +08:00
389 B
389 B
<template>
<Process-circle :percent="100" stroke-color="#00cc66" >
<Icon type="check" size="50" color="#00cc66"></Icon>
</Process-circle>
<Process-circle :percent="80" stroke-type="square" :stroke-width="4" :trail-width="3">
<Icon type="download" size="50" color="#3399ff"></Icon>
</Process-circle>
</template>
<script>
export default{
}
</script>