From a9c76d5972c0e90e51e03dc6adcaa5b838d08c7b Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Fri, 8 May 2020 15:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8A=E4=B8=8B=E6=BB=91?= =?UTF-8?q?=E5=8A=A8=20bug?= 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 17bb110..7e5c9c5 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -84,7 +84,7 @@ .Qr-item-image { /*padding: 23px;*/ - overflow: auto; + overflow: hidden; display: flex; background-color: white; width: calc((100vw - 56px) / 2);