From c590aaeca3e0a066016d2ff2c7c4cf96a7ca446f Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 16 十一月 2022 09:35:29 +0800
Subject: [PATCH] first commit
---
public/index.html | 25 ++++++++++++++++++++-----
1 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/public/index.html b/public/index.html
index 9df6878..e2eb3a7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>鏂伴椈涓庝紶鎾闄㈢綉绔�</title>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width,initial-scale=1.0" />
+ <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
+ <title>鍙屾祦鏈哄満鍏畨椤甸潰</title>
</head>
<body>
<noscript>
@@ -14,4 +14,19 @@
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
+ <style>
+ * {
+ padding: 0;
+ margin: 0;
+ box-sizing: border-box;
+ }
+ body {
+ margin: 0;
+ }
+ html,
+ body {
+ width: 100%;
+ height: 100%;
+ }
+ </style>
</html>
--
Gitblit v1.8.0