mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
569 B
569 B
layout |
---|
templateLayout |
<template>
<Row>
<Cell span="12">
<Process-circle :percent="100" stroke-color="#00cc66" stroke-type="round">
<Icon type="md-checkmark" size="50" color="#00cc66"></Icon>
</Process-circle>
</Cell>
<Cell span="12">
<Process-circle :percent="80" stroke-type="round" :stroke-width="4" :trail-width="3">
<Icon type="md-cloud-download" size="50" color="#3399ff"></Icon>
</Process-circle>
</Cell>
</Row>
</template>
<script>
export default{
}
</script>