no message

This commit is contained in:
kuaifan 2022-05-30 19:40:23 +08:00
parent 04ead7177a
commit e5aa387ef4
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
:stroke-color="item.task_percent === 100 ? 'rgba(132, 197, 106, 0)' : '#84C56A'"
:stroke-width="6"
:percent="item.task_percent"
:size="48">
:size="44">
<Icon v-if="item.task_percent === 100" type="ios-checkmark"></Icon>
<span v-else class="percent-text">{{item.task_percent}}%</span>
</iCircle>

View File

@ -170,7 +170,7 @@
.ivu-icon {
font-size: 40px;
font-weight: 900;
color: rgba($primary-color, 0.25);
color: rgba($primary-color, 0.2);
}
.percent-text {
color: $primary-color;