Browse Source

update login page

master
weiwei 4 years ago
parent
commit
69c2488fbe
3 changed files with 5 additions and 9 deletions
  1. +1
    -2
      .env.production
  2. +1
    -1
      src/settings.js
  3. +3
    -6
      src/views/login/index.vue

+ 1
- 2
.env.production View File

@ -2,5 +2,4 @@
VUE_APP_ENV = 'Prod'
NODE_ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://101.201.121.115:8093'
VUE_APP_BASE_API = 'http://10.122.64.86:8093'

+ 1
- 1
src/settings.js View File

@ -1,5 +1,5 @@
module.exports = {
title: 'LE-IT',
title: 'LAPP',
/**
* @type {boolean} true | false


+ 3
- 6
src/views/login/index.vue View File

@ -2,7 +2,7 @@
<div class="login-container">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" autocomplete="on" label-position="left">
<div class="title-container">
<h3 class="title">APS管理平台</h3>
<h3 class="title">LAPP管理平台</h3>
</div>
<el-form-item prop="workshop">
<span class="svg-container">
@ -209,15 +209,13 @@ $cursor: #fff;
-webkit-appearance: none;
border-radius: 0px;
padding: 12px 5px 12px 15px;
// color: $light_gray;
color: #FFFFFF;
height: 47px;
// caret-color: $cursor;
caret-color: #FFFFFF;
&:-webkit-autofill {
box-shadow: 0 0 0px 1000px $cursor inset !important;
-webkit-text-fill-color: #FFFFFF !important;
box-shadow: 0 0 0 1000px #004C63 inset !important;
-webkit-text-fill-color: #fff !important;
}
}
}
@ -240,7 +238,6 @@ $light_gray:#eee;
.login-container {
min-height: 100%;
width: 100%;
background-color: #ffffff;
overflow: hidden;
background-image: url('../../assets/imgs/bg_login1.png');
background-size: cover;


Loading…
Cancel
Save