From 4bfa834bd786a14e65994e334f35600953211f68 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 31 Aug 2020 19:53:24 +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 +++--- src/components/app/PartDownload.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index ad2edc9..33cd67e 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -574,7 +574,7 @@ input[type="number"]{ flex-wrap: wrap; } -.div-btn > .dl-btn { +.div-btn .dl-btn { margin: 0 0 10px!important; } @@ -656,8 +656,8 @@ input[type="number"]{ } @media (min-width: 666px) { - .div-btn { - max-width: 620px; + .img-dl-btn { + max-width: 620px!important; } } diff --git a/src/components/app/PartDownload.js b/src/components/app/PartDownload.js index 1c34176..916d02d 100644 --- a/src/components/app/PartDownload.js +++ b/src/components/app/PartDownload.js @@ -42,7 +42,7 @@ const PartDownload = ({ value, downloadCount, onSvgDownload, onImgDownload }) =>
-
+