From 67d326d365cd484ad11880f6dcbc8f50bda88b2b Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期四, 11 三月 2021 18:32:02 +0800
Subject: [PATCH] 弹框增加了效果

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

diff --git a/public/index.html b/public/index.html
index 4123528..6c18cb7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,7 +3,9 @@
   <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">
+<!--    <meta name="viewport" content="width=device-width,initial-scale=1.0">-->
+      <meta name="viewport" content="width=device-width">
+      <meta http-equiv="X-UA-Compatible" content="IE=11">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title><%= htmlWebpackPlugin.options.title %></title>
   </head>

--
Gitblit v1.8.0