From 2385c7389f9f222be2daf9c01e3c1270c89fa230 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 03 八月 2020 16:33:17 +0800
Subject: [PATCH] 场景算法过滤

---
 public/index.html |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/public/index.html b/public/index.html
index d11d0ca..99c20cc 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,12 @@
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.png" sizes="32x32" >
     <title><%= htmlWebpackPlugin.options.title %></title>
+    <style>
+      html,body,h2,p,ul,li{
+        margin:0;
+        padding:0;
+      }
+    </style>
   </head>
   <body>
     <noscript>

--
Gitblit v1.8.0