From b3b78917a492e6792c511a05a45d5d68bd6df616 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 16 八月 2023 22:12:53 +0800 Subject: [PATCH] # --- index.html | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index c3ff205..e7d7be9 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,16 @@ (coverSupport ? ', viewport-fit=cover' : '') + '" />') </script> <title></title> + <style> + * { + margin: 0; + padding: 0; + } + html,body,template { + height: 100%; + overflow: hidden; + } + </style> <!--preload-links--> <!--app-context--> </head> -- Gitblit v1.9.1