From 8899865f178dbef792a86c0a679d481918682be2 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Tue, 5 May 2020 00:38:32 +0800 Subject: [PATCH] =?UTF-8?q?base=20=E5=8F=82=E6=95=B0=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/QrRendererBase.js | 2 +- src/components/Qrcode.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/QrRendererBase.js b/src/components/QrRendererBase.js index c9ad681..c43d9da 100644 --- a/src/components/QrRendererBase.js +++ b/src/components/QrRendererBase.js @@ -18,7 +18,7 @@ function listPoint(props) { for (let col = 0; col < nCount; col++) { if (qrcode.isDark(row, col)) { if (type == 0) - pointList.push() + pointList.push() else if (type == 1) pointList.push() } diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index effba86..677b3ce 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -8,10 +8,6 @@ .Qr-titled-nobg { padding-top: calc((10px + 2vmin) * 2); padding-bottom: calc((10px + 2vmin) * 2); - -webkit-transition-timing-function: ease-in-out; - transition-timing-function: ease-in-out; - -webkit-transition-duration: 0.2s; /* Safari */ - transition-duration: 0.2s; } .Qr-title {