diff --git a/src/pages/freshman/react/qrcode.tsx b/src/pages/freshman/react/qrcode.tsx index e0e0516..e3d483a 100644 --- a/src/pages/freshman/react/qrcode.tsx +++ b/src/pages/freshman/react/qrcode.tsx @@ -30,7 +30,7 @@ function QrCodeContent({ qrcode }: { qrcode: string }) { style={{ display: "flex", justifyContent: "center", - flexDirection: "column", + // flexDirection: "column", textAlign: "center", }} > @@ -43,7 +43,7 @@ function QrCodeContent({ qrcode }: { qrcode: string }) {
- + + )