diff --git a/src/assets/login-background.jpg b/src/assets/login-background.jpg new file mode 100644 index 0000000000000000000000000000000000000000..456c3893bcb76c7bc45aebbf507d242628de2a5d Binary files /dev/null and b/src/assets/login-background.jpg differ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e75446ede241ce84236e93222d61955ed75ad27b..1ec0dcb924cdd550ba87ac976b80122ea263eac0 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -50,7 +50,7 @@ @click.native.prevent="handleLogin">登录 - + @@ -159,7 +159,7 @@ /* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */ $bg: #283443; - $light_gray: #fff; + $light_gray: #333; $cursor: #fff; @supports (-webkit-mask: none) and (not (cater-color: $cursor)) { @@ -193,8 +193,8 @@ } .el-form-item { - border: 1px solid rgba(255, 255, 255, 0.1); - background: rgba(0, 0, 0, 0.1); + border: 1px solid #dcdfe6; + //background: rgba(0, 0, 0, 0.1); border-radius: 5px; color: #454545; } @@ -204,21 +204,36 @@