|
@ -30,7 +30,7 @@ const Login = props => { |
|
|
<div style={{ |
|
|
<div style={{ |
|
|
width: '100%', |
|
|
width: '100%', |
|
|
height: '100%', |
|
|
height: '100%', |
|
|
background: '#F0F4FF', |
|
|
background: "linear-gradient(#eff4fe, #f6f9fe)", |
|
|
}}> |
|
|
}}> |
|
|
<div style={{ |
|
|
<div style={{ |
|
|
width: '57.64%', |
|
|
width: '57.64%', |
|
@ -60,7 +60,7 @@ const Login = props => { |
|
|
marginTop: "18.33%" |
|
|
marginTop: "18.33%" |
|
|
}}> |
|
|
}}> |
|
|
<div style={{ fontSize: 31, color: '#000000', marginBottom: 90 }}> |
|
|
<div style={{ fontSize: 31, color: '#000000', marginBottom: 90 }}> |
|
|
DATE-CENTER报表中心 |
|
|
DATE-CENTER报表中心 |
|
|
</div> |
|
|
</div> |
|
|
<Form |
|
|
<Form |
|
|
onSubmit={values => { |
|
|
onSubmit={values => { |
|
|