Commit 5c9ce52d authored by afc163's avatar afc163

update demo

parent 3cc8570e
...@@ -28,7 +28,7 @@ const content = ( ...@@ -28,7 +28,7 @@ const content = (
const extra = ( const extra = (
<div className="imgContainer"> <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> </div>
); );
...@@ -56,7 +56,9 @@ ReactDOM.render( ...@@ -56,7 +56,9 @@ ReactDOM.render(
<style> <style>
#scaffold-src-components-PageHeader-demo-image .imgContainer { #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 { #scaffold-src-components-PageHeader-demo-image .link {
margin-top: 16px; margin-top: 16px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment