Commit 558f99b2 authored by 徐浩宇's avatar 徐浩宇

修改登录页的logo和系统名称

parent 0cce5bb5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <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="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>file.jpeg">
<title>登录</title> <title>登录</title>
</head> </head>
<body> <body>
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<div class="bg" :style="loginBg"> <div class="bg" :style="loginBg">
<div class="bg-title"> <div class="bg-title">
<!-- LiuKexin 20210204 调整图标大小不被挤压成椭圆 --> <!-- LiuKexin 20210204 调整图标大小不被挤压成椭圆 -->
<div style="width:64px;height:64px;float:left"><img style="width:100%;height:1005" src="archser.jpg" /></div> <div style="width:64px;height:64px;float:left;margin-right: 12px;"><img style="width:100%;height:1005" src="file.jpeg" /></div>
<div class="header-app-name">数字档案室管理系统</div> <div class="header-app-name">广东省社区矫正一体化平台电子卷宗</div>
</div> </div>
</div> </div>
<!-- Liukexin 20210120 调整背景 end --> <!-- Liukexin 20210120 调整背景 end -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment