Browse Source

登陆页颜色图片优化

master
周沫沫历险记 2 years ago
parent
commit
c0b0f15a06
  1. BIN
      web/client/assets/images/background/loginBackgroundimg.png
  2. 2
      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

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

@ -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%',

Loading…
Cancel
Save