fix code style

This commit is contained in:
afc163 2017-12-19 15:58:50 +08:00
parent 9a022b8aac
commit bce66d6b3b

View File

@ -98,7 +98,7 @@ ReactDOM.render(<SiderDemo />, mountNode);
````css
#components-layout-demo-side .logo {
height: 32px;
background: rgba(255,255,255,.2);
background: rgba(255,255,255,.2);
margin: 16px;
}
````