From 026cf49144871d9a8b31e3610aee1bf5dd28c2ad Mon Sep 17 00:00:00 2001
From: ciaochaos <1272777550@qq.com>
Date: Sat, 2 May 2020 00:48:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=89=E9=92=AE=E5=8A=A8?=
=?UTF-8?q?=E7=94=BB=E3=80=81=E6=B7=BB=E5=8A=A0=E6=8C=87=E9=92=88=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E3=80=81=E6=B7=BB=E5=8A=A0=E6=A1=8C=E9=9D=A2=E7=AB=AF?=
=?UTF-8?q?=E6=BB=91=E5=8A=A8=E5=8C=BA=E5=9F=9F=E5=8F=B3=E8=BE=B9=E8=B7=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 28 +++++++++++++++++++---------
public/index.html | 2 +-
src/components/Qrcode.css | 9 +++------
3 files changed, 23 insertions(+), 16 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9581e64..2552a51 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -10,9 +10,10 @@
-
+
-
+
+
@@ -83,7 +84,8 @@
1588240852207
-
+
+
1588308749650
@@ -365,7 +367,14 @@
1588346424990
-
+
+ 1588347988345
+
+
+
+ 1588347988345
+
+
@@ -386,17 +395,18 @@
-
+
+
-
+
-
+
@@ -405,10 +415,10 @@
-
+
-
+
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index e42a74d..0259aa4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,7 +26,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
- qrbtf.com
+ qrbtf.com 参数化二维码生成器
diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css
index 1a52f84..b63b897 100644
--- a/src/components/Qrcode.css
+++ b/src/components/Qrcode.css
@@ -67,6 +67,7 @@
@media (min-width: 1000px) {
.Qr-box {
padding-left: calc((100vw - 1000px) / 2 + 23px);
+ padding-right: calc((100vw - 1000px) / 2 + 13px);
}
}
@@ -75,6 +76,7 @@
float: left;
display:block!important;
margin-right: 10px;
+ cursor: pointer;
}
.Qr-item-image {
@@ -237,12 +239,6 @@ table {
color: #000000;
}
-.Qr-input:active {
- -webkit-transition-duration: 0s; /* Safari */
- transition-duration: 0s;
- border-color: #3BBC9F;
- color: #000000;
-}
.Qr-table {
width: 100%;
@@ -262,6 +258,7 @@ table {
}
.dl-btn {
+ cursor: pointer;
float: left;
font-size: 1em;
line-height: 1em;