From 13c55e59b3adc055785e499bd510b96630b9b7aa Mon Sep 17 00:00:00 2001 From: Pan Date: Fri, 29 Mar 2019 11:30:03 +0800 Subject: [PATCH] refine login form css --- src/views/login/index.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 7a859978..24ea3e5a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -177,16 +177,12 @@ export default { /* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */ $bg:#283443; -$light_gray:#eee; +$light_gray:#fff; $cursor: #fff; @supports (-webkit-mask: none) and (not (cater-color: $cursor)) { .login-container .el-input input { color: $cursor; - - &::first-line { - color: $light_gray; - } } }