From b445789b2ed0ab3b70291ff0bebc09c73aac7207 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期四, 16 十二月 2021 10:04:04 +0800
Subject: [PATCH] 自适应
---
public/index.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index 16f9032..1bc2029 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,8 @@
<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" /> -->
+
<link rel="stylesheet" href="/public//css/globalVariable.css">
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.png" sizes="32x32" />
<link rel="stylesheet" href="/fonts/alibaba/iconfont.css">
@@ -230,7 +231,7 @@
}
.window {
- z-index: 999 !important;
+ z-index: 1001 !important;
}
.el-card__body {
--
Gitblit v1.8.0