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

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

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