From e8018cd2144b3397ac5974bcbb0f318af0212a36 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Fri, 15 May 2020 12:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=97=B4=E8=B7=9D=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E5=88=86=E6=A0=8F=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 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 80a3abc..b50d5ab 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -196,7 +196,7 @@ td:nth-child(2) { } td { - padding: 0 0 10px 0; + padding: 0 0 12px 0; } .big-input { @@ -229,6 +229,7 @@ td { } .Qr-input { + margin: 0; caret-color: #44d7b6; padding: 0; line-height: 2em; @@ -262,6 +263,7 @@ input[type="number"]{ } .Qr-select { + margin: 0; line-height: 2em; box-sizing: border-box; border-radius: 3em; @@ -319,11 +321,16 @@ input[type="number"]{ .Qr-table { - max-width: 410px; width: 100%; border-spacing: 0; } +@media (min-width: 500px) { + .Qr-table { + width: 410px; + } +} + .Qr-div-table { margin-bottom: -10px; display: block;