Поправка

This commit is contained in:
Book Pauk
2019-01-17 06:46:11 +07:00
parent 091280e143
commit 728403338c

View File

@@ -1,7 +1,7 @@
<template>
<div v-show="visible" class="main">
<div class="center">
<el-progress type="circle" :width="100" :stroke-width="5" color="#0F9900" :percentage="percentage"></el-progress>
<el-progress type="circle" :width="100" :stroke-width="6" color="#0F9900" :percentage="percentage"></el-progress>
<p class="text">{{ text }}</p>
</div>
</div>