From 469754ba69df50804aeae9bde7d2747be75b296a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=97=E5=98=89=E7=94=B7?= <574980606@qq.com> Date: Tue, 27 Dec 2022 17:42:01 +0800 Subject: [PATCH 1/5] fix: fix style --- components/qrcode/index.tsx | 2 +- components/qrcode/style/index.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/qrcode/index.tsx b/components/qrcode/index.tsx index f905ed784115..adab02c7af6c 100644 --- a/components/qrcode/index.tsx +++ b/components/qrcode/index.tsx @@ -80,7 +80,7 @@ const QRCode: React.FC = (props) => { {status === 'loading' && } {status === 'expired' && ( <> -

{locale.expired}

+

{locale.expired}

{typeof onRefresh === 'function' && (