From f9e9df1e43014e67580ad03dc86854a55673403d Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Thu, 30 Apr 2020 17:38:23 +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