From 239900832b76dd732a112516d67aaf318b7de90e Mon Sep 17 00:00:00 2001
From: ciaochaos <1272777550@qq.com>
Date: Fri, 1 May 2020 22:57:24 +0800
Subject: [PATCH] 0.1.0.2
---
.idea/workspace.xml | 16 +++++++++++-----
src/components/Qrcode.css | 13 +++++++++++++
2 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 718c30c..502d0cf 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -12,7 +12,6 @@
-
@@ -84,7 +83,7 @@
1588240852207
-
+
1588308749650
@@ -345,7 +344,14 @@
1588341982123
-
+
+ 1588343188937
+
+
+
+ 1588343188937
+
+
@@ -373,10 +379,10 @@
-
+
-
+
diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css
index 516fbe2..1a52f84 100644
--- a/src/components/Qrcode.css
+++ b/src/components/Qrcode.css
@@ -117,6 +117,12 @@
border-color: #44D7B6;
}
+.Qr-item:active .Qr-item-image {
+ -webkit-transition-duration: 0s; /* Safari */
+ transition-duration: 0s;
+ border-color: #3BBC9F;
+}
+
.Qr-item:hover .Qr-item-image-inner {
opacity: 1;
}
@@ -231,6 +237,13 @@ table {
color: #000000;
}
+.Qr-input:active {
+ -webkit-transition-duration: 0s; /* Safari */
+ transition-duration: 0s;
+ border-color: #3BBC9F;
+ color: #000000;
+}
+
.Qr-table {
width: 100%;
border-spacing: 0;