From 971bd6eb46c9ef3d1128e7f57ea44d169da729ac Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Fri, 1 May 2020 17:07:06 +0800 Subject: [PATCH] 0.1.0.2 --- .idea/workspace.xml | 17 +++++++++++------ src/components/Qrcode.css | 6 +++--- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 34f9ab3..ff2f192 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -11,10 +11,8 @@ - - @@ -284,10 +289,10 @@ - + - + diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index 6696b55..bc0ecb5 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -43,7 +43,7 @@ } .Qr-item-image { - padding: 10px; + padding: 23px; background-color: white; width: calc((100vw - 56px) / 2); height: calc((100vw - 56px) / 2); @@ -106,12 +106,12 @@ } .Qr-input::placeholder { - font-family: 'Futura'; + font-family: 'Futura', sans-serif; color: rgba(0,0,0,0.18); } .Qr-input { - font-family: 'Futura'; + font-family: 'Futura', sans-serif; color: rgba(0,0,0,0.6); }