bug
This commit is contained in:
@@ -295,7 +295,9 @@
|
|||||||
const date = new Date()
|
const date = new Date()
|
||||||
const seconds = date.getHours() * 3600 + date.getMinutes() * 60 + date.getSeconds()
|
const seconds = date.getHours() * 3600 + date.getMinutes() * 60 + date.getSeconds()
|
||||||
|
|
||||||
this.x = seconds / (24 * 60 * 60) * this.canvasWidth
|
console.log(this.canvasWidth)
|
||||||
|
|
||||||
|
this.x = seconds / (24 * 60 * 60) * this.canvasWidth + 100
|
||||||
},
|
},
|
||||||
|
|
||||||
secTotime (s) {
|
secTotime (s) {
|
||||||
|
|||||||
Reference in New Issue
Block a user