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); }