From 121f077ee1d5cd49455432a951b34dd947725ded Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Fri, 15 May 2020 12:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=A7=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E9=97=B4=E8=B7=9D=E9=97=AE=E9=A2=98?= 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 b50d5ab..864ecfc 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -222,6 +222,7 @@ td { @media (min-width: 500px) { .small-input { + margin: 0; border: rgba(0,0,0,0.12) solid 3px; font-size: 0.8em; width: 200px; @@ -229,7 +230,6 @@ td { } .Qr-input { - margin: 0; caret-color: #44d7b6; padding: 0; line-height: 2em;