mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 修复创建虚线线条异常的bug
This commit is contained in:
parent
b101fd5113
commit
0e094388c5
@ -157,7 +157,7 @@ export default () => {
|
|||||||
end,
|
end,
|
||||||
points: data.points,
|
points: data.points,
|
||||||
color: themeColor.value,
|
color: themeColor.value,
|
||||||
style: 'solid',
|
style: data.style,
|
||||||
width: 2,
|
width: 2,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user