change index page

This commit is contained in:
zizifn
2022-12-13 23:30:42 +08:00
committed by zizifn
parent d9c8a0cec8
commit 9394da5651
4 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ function QRcodeImg({ text }: { text: string }) {
}
return (
<div className="flex flex-col border border-blue-300 overflow-hidden w-[400px] h-[400px] justify-start items-center">
<div className="flex flex-col border border-blue-300 overflow-hidden w-[420px] h-[420px] justify-start items-center">
<img
src={codeImg}
width="350"
@@ -51,7 +51,7 @@ function QRcodeImg({ text }: { text: string }) {
className="border-spacing-1"
/>
<div className="flex flex-grow w-full bg-gray-200">
<span className="flex-grow ">{text}</span>
<span className="flex-grow">{text}</span>
<div className="w-6 h-6 ml-auto">
<svg
xmlns="http://www.w3.org/2000/svg"

View File

@@ -8,8 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<script type="module" crossorigin src="/assets/index.ca63991b.js"></script>
<link rel="stylesheet" href="/assets/index.d7b429b2.css">
<script type="module" crossorigin src="/assets/index.7e535eca.js"></script>
<link rel="stylesheet" href="/assets/index.135437cb.css">
</head>
<body>