From fc68f6006949a91fced69951778a7c88859cbb6c Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 06 May 2020 10:49:07 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA --- 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