From adb9fb1dce26d4f884ec5dbd2f7179a0544e950d Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 22 Jun 2020 22:04:47 +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 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 823909d..49d5c01 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -194,12 +194,9 @@ color: #000000; } -.Qr-item:hover .Qr-item-desc-inner { - opacity: 1; -} - .Qr-item-selected .Qr-item-desc-inner { opacity: 1!important; + display: block; } .Qr-item-detail { @@ -216,10 +213,12 @@ } .Qr-item-desc { + } .Qr-item-desc-inner { + display: none; opacity: 0; word-wrap: break-word; word-break: break-all; @@ -248,13 +247,13 @@ font-weight: bold; padding: 0px 0; color: #000000; - border-bottom: 1px solid #000000; + box-sizing: border-box; + text-decoration: none; } .Qr-item-desc a:hover { color: #000000; - border-bottom: 1px solid #000000; - text-decoration: none; + text-decoration: underline; } tr {