2017-03-03 11:54:23 +08:00
|
|
|
<template>
|
2018-06-27 16:58:07 +08:00
|
|
|
<div>
|
2018-06-27 17:18:29 +08:00
|
|
|
<i-circle :percent="80">
|
|
|
|
<span class="demo-i-circle-inner" style="font-size:24px">80%</span>
|
|
|
|
</i-circle>
|
|
|
|
<i-circle :percent="100" stroke-color="#5cb85c">
|
|
|
|
<Icon type="ios-checkmark" size="60" style="color:#5cb85c"></Icon>
|
|
|
|
</i-circle>
|
|
|
|
<i-circle :percent="35" stroke-color="#ff5500">
|
|
|
|
<span class="demo-i-circle-inner">
|
|
|
|
<Icon type="ios-close" size="50" style="color:#ff5500"></Icon>
|
|
|
|
</span>
|
2018-06-27 16:58:07 +08:00
|
|
|
</i-circle>
|
|
|
|
</div>
|
2017-03-03 11:54:23 +08:00
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
2018-06-27 17:18:29 +08:00
|
|
|
|
2017-03-03 11:54:23 +08:00
|
|
|
}
|
|
|
|
</script>
|