From 947a39cfe908bf485b08c440ce92524bbf22b5bb Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Fri, 15 May 2020 14:19:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=97=B4=E8=B7=9D=E9=97=AE=E9=A2=98=202?= 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 864ecfc..168ac30 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -215,6 +215,7 @@ td { } .small-input { + margin: 0; font-size: 0.9em; border: rgba(0,0,0,0.12) solid 2px; width: calc((100vw - 56px) / 2); @@ -222,7 +223,6 @@ td { @media (min-width: 500px) { .small-input { - margin: 0; border: rgba(0,0,0,0.12) solid 3px; font-size: 0.8em; width: 200px;