From a1a6c62ef3f548b7babfa85d091e11f5049bf926 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 22 Jun 2020 22:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E5=BE=AE=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, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 49d5c01..fe11cc6 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -196,7 +196,7 @@ .Qr-item-selected .Qr-item-desc-inner { opacity: 1!important; - display: block; + height: auto; } .Qr-item-detail { @@ -218,12 +218,12 @@ .Qr-item-desc-inner { - display: none; + height: 0; opacity: 0; word-wrap: break-word; word-break: break-all; white-space: normal; - width: calc((100vw - 56px) / 2); + width: calc((100vw - 56px) / 2); text-align: left; font-size: 12px; color: rgba(0,0,0,0.6);