mirror of https://github.com/ElemeFE/element
fix(progress): fix attribute error (#19985)
parent
d300b8c10e
commit
b4aa2637d0
|
@ -216,7 +216,7 @@
|
||||||
if (typeof seriesColor === 'string') {
|
if (typeof seriesColor === 'string') {
|
||||||
return {
|
return {
|
||||||
color: seriesColor,
|
color: seriesColor,
|
||||||
progress: (index + 1) * span
|
percentage: (index + 1) * span
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return seriesColor;
|
return seriesColor;
|
||||||
|
|
Loading…
Reference in New Issue