bug
This commit is contained in:
@@ -295,7 +295,9 @@
|
||||
const date = new Date()
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user