优化登录界面

dev
smallchill 4 years ago
parent 9bd7b6410e
commit 6a4f3213c1
  1. BIN
      public/img/bg/bg.jpg
  2. BIN
      public/img/bg/img-logo.png
  3. 2
      public/index.html
  4. 2
      src/lang/en.js
  5. 2
      src/lang/zh.js
  6. 23
      src/page/login/index.vue
  7. 7
      src/styles/login.scss

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 123 KiB

@ -19,7 +19,7 @@
<script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
<script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
<link rel="icon" href="<%= BASE_URL %>favicon.png">
<title>Saber企业级开发平台</title>
<title>Saber企业平台</title>
<style>
html,
body,

@ -67,7 +67,7 @@ export default {
},
login: {
title: 'Login ',
info: 'Enterprise Development Platform',
info: 'BladeX Development Platform',
tenantId: 'Please input tenantId',
username: 'Please input username',
password: 'Please input a password',

@ -1,6 +1,6 @@
export default {
tip: '提示',
title: 'Saber企业级开发平台',
title: 'Saber企业平台',
logoutTip: '退出系统, 是否继续?',
submitText: '确定',
cancelText: '取消',

@ -8,8 +8,29 @@
<div class="login-time">
{{time}}
</div>
<img class="img" src="/img/logo.png" alt="">
<p class="title">{{ $t('login.info') }}</p>
<div style="font-size: 15px">
<span>----------------------------------------------</span>
<br>
<span>管理租户编号000000</span>
<br>
<span>超级管理员账号: admin / admin</span>
<br>
<span>人事账号: hr / hr</span>
<br>
<span>经理账号: manager / manager</span>
<br>
<span>老板账号: boss / boss</span>
<br>
<span>----------------------------------------------</span>
<br>
<span>普通租户编号详见租户管理模块</span>
<br>
<span>租户管理员账号: admin / admin</span>
<br>
<span>----------------------------------------------</span>
</div>
<!--<img class="img" src="/img/logo.png" alt="">-->
</div>
<div class="login-border">
<div class="login-main">

@ -32,7 +32,7 @@
border-bottom-left-radius: 5px;
justify-content: center;
flex-direction: column;
background-color: #409EFF;
background-color: #8b9aac;
color: #fff;
float: left;
width: 50%;
@ -56,12 +56,11 @@
}
.login-left .title {
margin-top: 60px;
text-align: center;
color: #fff;
font-weight: 300;
font-weight: bold;
font-size: 30px;
letter-spacing: 2px;
font-size: 25px;
}
.login-border {

Loading…
Cancel
Save