From d9f935c8d78b70849658125221c8a6c8c2c0bb49 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Thu, 14 May 2020 23:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=86=E8=A7=92=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Qrcode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 3f5b84b..80a3abc 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -89,7 +89,7 @@ background-color: white; width: calc((100vw - 56px) / 2); height: calc((100vw - 56px) / 2); - border-radius: 10px; + border-radius: 20px; box-sizing: border-box; border: rgba(0,0,0,0.12) solid 2px; -webkit-transition-timing-function: ease-in-out;