From 81aa4d12c48ffb77e66222957a5ba06cc0e9ebdd Mon Sep 17 00:00:00 2001 From: ival <610568032@qq.com> Date: Wed, 10 Mar 2021 18:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B5=E5=AD=90=E5=B1=8F?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/systemTime/digit.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/components/systemTime/digit.vue b/src/views/components/systemTime/digit.vue index c249cfd26..2fecdab75 100644 --- a/src/views/components/systemTime/digit.vue +++ b/src/views/components/systemTime/digit.vue @@ -87,13 +87,13 @@ export default { return this.zoom * 8; }, p() { - return this.fine * 1; + return this.fine * 2; }, w() { - return this.zoom * 4 + this.fine * 6 + this.p * 2; + return this.zoom * 4 + this.fine * 6 + this.p; }, h() { - return this.zoom * 8 + this.fine * 6 + this.p * 2; + return this.zoom * 8 + this.fine * 6 + this.p; } }, methods: {