mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-13 01:28:11 +00:00
no message
This commit is contained in:
parent
04ead7177a
commit
e5aa387ef4
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user