mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-21 00:18: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-color="item.task_percent === 100 ? 'rgba(132, 197, 106, 0)' : '#84C56A'"
|
||||||
:stroke-width="6"
|
:stroke-width="6"
|
||||||
:percent="item.task_percent"
|
:percent="item.task_percent"
|
||||||
:size="48">
|
:size="44">
|
||||||
<Icon v-if="item.task_percent === 100" type="ios-checkmark"></Icon>
|
<Icon v-if="item.task_percent === 100" type="ios-checkmark"></Icon>
|
||||||
<span v-else class="percent-text">{{item.task_percent}}%</span>
|
<span v-else class="percent-text">{{item.task_percent}}%</span>
|
||||||
</iCircle>
|
</iCircle>
|
||||||
|
|||||||
@ -170,7 +170,7 @@
|
|||||||
.ivu-icon {
|
.ivu-icon {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
color: rgba($primary-color, 0.25);
|
color: rgba($primary-color, 0.2);
|
||||||
}
|
}
|
||||||
.percent-text {
|
.percent-text {
|
||||||
color: $primary-color;
|
color: $primary-color;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user