提交 6bc22407 authored 作者: 钟是志's avatar 钟是志

27539 高职升本科管理--详情页面优化

上级 3a3a1579
...@@ -35,6 +35,7 @@ export default class Detail extends Component { ...@@ -35,6 +35,7 @@ export default class Detail extends Component {
if(token){ if(token){
setToken(token); setToken(token);
} }
this.minHeight = document.body.clientHeight - 110;
this.state = { this.state = {
id, id,
...@@ -64,7 +65,7 @@ export default class Detail extends Component { ...@@ -64,7 +65,7 @@ export default class Detail extends Component {
// iframeUrl = `http://localhost:8022/portal/#/showSmartFormOnly?id=${id}&token=${getToken()}&isShow=true`; // iframeUrl = `http://localhost:8022/portal/#/showSmartFormOnly?id=${id}&token=${getToken()}&isShow=true`;
return ( return (
<PageHeaderWrapper title=""> <PageHeaderWrapper title="">
<Shell> <Shell styleShell={{ marginTop: '0px' }}>
<iframe <iframe
src={iframeUrl} src={iframeUrl}
frameBorder={0} frameBorder={0}
...@@ -74,7 +75,7 @@ export default class Detail extends Component { ...@@ -74,7 +75,7 @@ export default class Detail extends Component {
marginHeight="0" marginHeight="0"
allowtransparency="yes" allowtransparency="yes"
seamless seamless
height={950} height={this.minHeight}
scrolling={'no'} scrolling={'no'}
style={{ style={{
width: '100%', width: '100%',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论