From fe190b61884b6570d4b6e65d064186bc16a861a3 Mon Sep 17 00:00:00 2001
From: _xiaotian <952822399@qq.com>
Date: Wed, 1 Aug 2018 11:03:29 +0800
Subject: [PATCH] perf[login.vue]: Improve input background and cursor color
(#927)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* 完善input背景和光标色;
1.完善在Chrome浏览器时登陆界面的input标签 使用记住密码之后颜色和背景不一致;
2.目前的rgb值是 #2d3a4b 修改的rgb值是 #283443;
3.修复光标使用Chrome记录的账号之后变黑色;
4.移除 .title-container .title 重复的font-weight: 400;
5.不用IE我们大家都是好朋友!~
* Update index.vue
---
src/views/login/index.vue | 65 +++++++++++++++++++++++----------------
1 file changed, 39 insertions(+), 26 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 4d15c055..1ff3d311 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -142,36 +142,50 @@ export default {