fix: 更换背景图

This commit is contained in:
yhui.yang 2017-07-26 16:11:57 +08:00
parent ea812875d4
commit 1f5747038c
2 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class HeaderCom extends Component {
return ( return (
<acticle className={`header-box`} style={headerStyle}> <acticle className={`header-box`} style={headerStyle}>
<Header style={{ <Header style={{
background: "linear-gradient(to bottom,rgba(64,64,64,1),rgba(64,64,64,0.8))" background: "linear-gradient(to bottom,rgba(64,64,64,1),rgba(64,64,64,0.9))"
}}> }}>
<div className="content"> <div className="content">
<div className="logo"> <div className="logo">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 98 KiB