From 3769c03d7853603f9e3d9cc233b7b4ab61514f41 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 20 十二月 2021 13:35:56 +0800 Subject: [PATCH] 登录页修改 --- public/index.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index d706fbf..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"> @@ -71,7 +72,7 @@ /* reset */ html { color: #000; - background: #fff; + /* background: #fff; */ } body, @@ -230,7 +231,7 @@ } .window { - z-index: 10 !important; + z-index: 1001 !important; } .el-card__body { -- Gitblit v1.8.0