From 236cae61cab86f0774d90590a18d05d8806274ab Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Sun, 3 May 2020 11:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=20Qr-item=20=E7=82=B9=E5=87=BB=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 11 ++++++----- src/components/Qrcode.css | 5 ++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c435f56..f72b91b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -11,8 +11,8 @@ - - + + @@ -447,10 +448,10 @@ - + - + diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 7398076..4811194 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -54,7 +54,7 @@ .Qr-box { white-space: nowrap; display: flex; - padding: 0px 13px 0px 23px; + padding: 0 13px 0 23px; } @media (min-width: 1000px) { @@ -70,6 +70,9 @@ display:block!important; margin-right: 10px; cursor: pointer; + -webkit-appearance: none; + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .Qr-item-image {