From 31ee27586d8a233465faa7b90c7e4fe8af4a0a87 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Wed, 14 Dec 2022 00:11:06 +0800 Subject: [PATCH] adjust style --- apps/deno-vless/src/app/app.tsx | 11 +++++------ .../assets/{index.135437cb.css => index.66da34c3.css} | 2 +- .../assets/{index.7e535eca.js => index.7cb573a1.js} | 2 +- apps/deno-vless/src/client/index.html | 4 ++-- 4 files changed, 9 insertions(+), 10 deletions(-) rename apps/deno-vless/src/client/assets/{index.135437cb.css => index.66da34c3.css} (57%) rename apps/deno-vless/src/client/assets/{index.7e535eca.js => index.7cb573a1.js} (97%) diff --git a/apps/deno-vless/src/app/app.tsx b/apps/deno-vless/src/app/app.tsx index b62d424..7cfe641 100644 --- a/apps/deno-vless/src/app/app.tsx +++ b/apps/deno-vless/src/app/app.tsx @@ -9,9 +9,9 @@ export function App() { setText(text); } return ( -
+
-
+
@@ -20,7 +20,6 @@ export function App() { ); } -function ClipboardCopy(text: string) {} function QRcodeImg({ text }: { text: string }) { const [codeImg, setcodeImg] = useState(''); const [copy, setCopy] = useState(false); @@ -92,7 +91,7 @@ function QRcodeImg({ text }: { text: string }) { function Anything({ handleShare }: { handleShare: (text: string) => void }) { const [text, setText] = useState(''); return ( -
+