提交 9d1f738e authored 作者: 钟是志's avatar 钟是志

iframe嵌入页面的高度修改

上级 6c858065
...@@ -53,7 +53,7 @@ export default class Detail extends Component { ...@@ -53,7 +53,7 @@ export default class Detail extends Component {
let height = Number(event.data.split('-')[1]); let height = Number(event.data.split('-')[1]);
console.log(height); console.log(height);
const iframe = document.getElementById('applyIframeId'); const iframe = document.getElementById('applyIframeId');
if (iframe) { if (iframe && height > 950) {
iframe.height = height; iframe.height = height;
} }
} }
...@@ -78,7 +78,7 @@ export default class Detail extends Component { ...@@ -78,7 +78,7 @@ export default class Detail extends Component {
marginHeight="0" marginHeight="0"
allowtransparency="yes" allowtransparency="yes"
seamless seamless
height={800} height={950}
scrolling={'no'} scrolling={'no'}
style={{ style={{
width: '100%', width: '100%',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论