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;