From 79128529bfc3f2c7ce996981d8782e152c2e9a84 Mon Sep 17 00:00:00 2001 From: jiangzhixiong <710328466@qq.com> Date: Tue, 9 Apr 2024 09:36:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B3=A8=E5=85=A5webview=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 6 ++++-- src/index.html | 1 + src/index.ts | 3 ++- src/utils/upload.ts | 27 ++++++++++++++------------- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/index.css b/src/index.css index 8856f90..9493407 100644 --- a/src/index.css +++ b/src/index.css @@ -2,6 +2,8 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: auto; - max-width: 38rem; - padding: 2rem; } + +webview { + height: 100vh; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index efb92ed..e5f42a3 100644 --- a/src/index.html +++ b/src/index.html @@ -7,5 +7,6 @@
+