From 07c7e161b62bd5c2a8a2efa47f0e93a8f2b99ae8 Mon Sep 17 00:00:00 2001 From: xiaotiandada <95282399@qq.com> Date: Wed, 1 Aug 2018 09:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84input=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E5=92=8C=E5=85=89=E6=A0=87=E8=89=B2;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.完善在Chrome浏览器时登陆界面的input标签 使用记住密码之后颜色和背景不一致; 2.目前的rgb值是 #2d3a4b 修改的rgb值是 #283443; 3.修复光标使用Chrome记录的账号之后变黑色; 4.移除 .title-container .title 重复的font-weight: 400; 5.不用IE我们大家都是好朋友!~ --- src/views/login/index.vue | 63 +++++++++++++++++++++++---------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 4d15c055..332e98ef 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -142,36 +142,48 @@ export default {