From 8c19921e59d101c7a2bf8497c956081f46606690 Mon Sep 17 00:00:00 2001
From: ciaochaos <1272777550@qq.com>
Date: Fri, 1 May 2020 16:54:09 +0800
Subject: [PATCH] 0.1.0.2
---
.github/workflows/nodejs.yml | 2 +-
.idea/workspace.xml | 27 +++++++++++++++++++--------
src/components/Qrcode.css | 1 +
src/components/Qrcode.js | 2 +-
4 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index 1b05d20..3709adf 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -22,7 +22,7 @@ jobs:
- name: Build project
run: yarn && yarn build
env:
- CI: true
+ CI: false
- name: Authenticate
run: sudo chmod 775 ./build/
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a5d1491..34f9ab3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -10,8 +10,11 @@
-
+
+
+
+
@@ -76,7 +79,7 @@
1588240852207
-
+
1588308749650
@@ -246,7 +249,14 @@
1588320520097
-
+
+ 1588320563586
+
+
+
+ 1588320563586
+
+
@@ -266,21 +276,22 @@
-
+
+
-
+
-
-
+
+
-
+
diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css
index 2cc46ed..6696b55 100644
--- a/src/components/Qrcode.css
+++ b/src/components/Qrcode.css
@@ -43,6 +43,7 @@
}
.Qr-item-image {
+ padding: 10px;
background-color: white;
width: calc((100vw - 56px) / 2);
height: calc((100vw - 56px) / 2);
diff --git a/src/components/Qrcode.js b/src/components/Qrcode.js
index 1b7c288..99b936e 100644
--- a/src/components/Qrcode.js
+++ b/src/components/Qrcode.js
@@ -9,7 +9,7 @@ import QrRendererRound from './QrRendererRound'
function QrBoxList(props) {
return (
- } />
+ } />
} />