From 40852401907ce5d59171920c1b2db4b23dcc4691 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Wed, 06 May 2020 16:16:08 +0800
Subject: [PATCH] 新增钉钉入库

---
 src/pages/login/login.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/login/login.jsx b/src/pages/login/login.jsx
index b5b4827..3d77cf0 100644
--- a/src/pages/login/login.jsx
+++ b/src/pages/login/login.jsx
@@ -24,7 +24,7 @@
     };
   }
   componentWillMount() {
-    document.title = '用户登录'
+    document.title = '恒巨信息OA-用户登录'
   }
 
   handleSubmit = e => {
@@ -90,7 +90,7 @@
                     rules: [{ required: true, message: '请输入账号!' }],
                   })(
                     <Input
-                      style={{ width: '32vh', height: '5vh', margin: '12px' }}
+                      style={{ width: '300px', height: '48px', margin: '12px' }}
                       prefix={<Icon type="user" style={{ color: 'rgba(0,0,0,.25)' }} />}
                       placeholder="请输入账号"
                     />,
@@ -102,7 +102,7 @@
                     initialValue: 'admin'
                   })(
                     <Input
-                      style={{ width: '32vh', height: '5vh', margin: '12px' }}
+                      style={{ width: '300px', height: '48px', margin: '12px' }}
                       prefix={<Icon type="lock" style={{ color: 'rgba(0,0,0,.25)' }} />}
                       type="password"
                       placeholder="请输入密码"

--
Gitblit v1.8.0