yz
2021-01-19 cb93afa97f84ce817a2b8924e7db1e145f2a55eb
修改登陆
2个文件已修改
8 ■■■■■ 已修改文件
src/settings.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/login-scoped.scss 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/settings.js
@@ -1,5 +1,5 @@
module.exports = {
  title: 'FEBS Cloud',
  title: '中保亚太人力资源管理系统',
  // 获取令牌时,请求头信息(Basic Base64.encode(client_id:client_secret))
  authorizationValue: 'Basic ZmViczoxMjM0NTY=',
  // 社交登录后台地址
src/views/login/login-scoped.scss
@@ -7,14 +7,13 @@
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-top: 10%;
  .login-info {
    width: 608px;
    height: 350px;
    background-color: rgba(163, 44, 48, 1);
    position: absolute;
    left: 25%;
    top: 41.9%;
    margin-top: -100px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
@@ -44,9 +43,8 @@
  }
  .login-form {
    position: absolute;
    top: 50%;
    left: 65%;
    margin: -180px 0 0 -160px;
    margin: 0 0 0 -160px;
    width: 320px;
    height: 350px;
    padding: 36px;