From c5bcfacd756d3de38721c6986bfeda11bb6226b7 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 31 Aug 2020 19:44:58 +0800 Subject: [PATCH] =?UTF-8?q?PNG=20=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index a1e9f19..ad2edc9 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -574,6 +574,10 @@ input[type="number"]{ flex-wrap: wrap; } +.div-btn > .dl-btn { + margin: 0 0 10px!important; +} + .ul-btn { float: left; } @@ -582,7 +586,7 @@ input[type="number"]{ cursor: pointer; font-size: 0.9em; line-height: 2em; - margin: 0 0 10px; + margin: 0; width: calc((100vw - 56px) / 2); border-radius: 3em; outline: none;