提交 bb95e6c2 authored 作者: wanyielin's avatar wanyielin

上传修改的快照

上级 f75ef826
......@@ -46,8 +46,9 @@ export default class Detail extends Component {
const iframeUrl = `${url[0]}/#/IFrameSnapshot?token=${getToken()}`;
// iframeUrl = `http://localhost:8000/onestop/IframeForDetail?id=${id}&token=${getToken()}`;
return (
<PageHeaderWrapper title="">
<Shell>
<div style={{ position: 'relative' }}>
<PageHeaderWrapper title="">
{/* <Shell>
<div
style={{
height: '54px',
......@@ -64,27 +65,43 @@ export default class Detail extends Component {
/>
) : null}
</div>
</Shell>
<Shell>
<iframe
src={iframeUrl}
frameBorder={0}
id="detailIframeId"
name="applyIframe"
marginWidth="0"
marginHeight="0"
onLoad={this.showAll}
allowTransparency="yes"
seamless
scrolling={'no'}
style={{
width: '100%',
overflowY: 'hidden',
minHeight: '800px',
}}
/>
</Shell>
</PageHeaderWrapper>
</Shell> */}
{showAll ? (
<div
style={{
position: 'absolute',
width: 335,
height: 38,
background: '#fff',
top: 77,
left: 0,
zIndex: 10,
}}
/>
) : (
''
)}
<Shell>
<iframe
src={iframeUrl}
frameBorder={0}
id="detailIframeId"
name="applyIframe"
marginWidth="0"
marginHeight="0"
onLoad={this.showAll}
allowTransparency="yes"
seamless
scrolling={'no'}
style={{
width: '100%',
overflowY: 'hidden',
minHeight: '800px',
}}
/>
</Shell>
</PageHeaderWrapper>
</div>
);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论