diff --git a/packages/IntelligentSecurity/components/Synergy.vue b/packages/IntelligentSecurity/components/Synergy.vue index 0c894722..34d70310 100644 --- a/packages/IntelligentSecurity/components/Synergy.vue +++ b/packages/IntelligentSecurity/components/Synergy.vue @@ -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) {