Browse Source

登陆页颜色图片优化

master
周沫沫历险记 2 years ago
parent
commit
c0b0f15a06
  1. BIN
      web/client/assets/images/background/loginBackgroundimg.png
  2. 4
      web/client/src/sections/auth/containers/login.jsx

BIN
web/client/assets/images/background/loginBackgroundimg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 936 KiB

After

Width:  |  Height:  |  Size: 860 KiB

4
web/client/src/sections/auth/containers/login.jsx

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

Loading…
Cancel
Save