From d075d494a98560d0e261bef7e7e5a22b58ee6bd6 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Tue, 5 May 2020 16:36:26 +0800 Subject: [PATCH] =?UTF-8?q?select=20focus=20=E6=97=B6=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Qrcode.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index a13bb2c..519c5b6 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -272,6 +272,11 @@ input[type="number"]{ color: #000000; } +.Qr-select:focus { + border-color: #44D7B6; + color: #000000; +} + .Qr-table { width: 100%;