fix: use color_progress
This commit is contained in:
parent
df08d74eeb
commit
3487916883
@ -161,7 +161,7 @@ export default class Bar {
|
|||||||
append_to: this.bar_group,
|
append_to: this.bar_group,
|
||||||
});
|
});
|
||||||
if (this.task.color_progress)
|
if (this.task.color_progress)
|
||||||
this.$bar_progress.style.fill = this.task.color;
|
this.$bar_progress.style.fill = this.task.color_progress;
|
||||||
const x =
|
const x =
|
||||||
(date_utils.diff(
|
(date_utils.diff(
|
||||||
this.task._start,
|
this.task._start,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user