Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 31, 2017
1 parent 3cc8570 commit 5c9ce52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/PageHeader/demo/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const content = (

const extra = (
<div className="imgContainer">
<img alt="" src="https://gw.alipayobjects.com/zos/rmsportal/RWDkuWwBqMPLpNqGdxDp.png" />
<img style={{ width: '100%' }} alt="" src="https://gw.alipayobjects.com/zos/rmsportal/RzwpdLnhmvDJToTdfDPe.png" />
</div>
);

Expand Down Expand Up @@ -56,7 +56,9 @@ ReactDOM.render(

<style>
#scaffold-src-components-PageHeader-demo-image .imgContainer {
text-align: center;
margin-top: -60px;
text-align: center;
width: 195px;
}
#scaffold-src-components-PageHeader-demo-image .link {
margin-top: 16px;
Expand Down

0 comments on commit 5c9ce52

Please sign in to comment.