美文网首页
react引用iframe

react引用iframe

作者: jianshu_4219 | 来源:发表于2019-05-28 14:43 被阅读0次

    render(){

        return(

            <div style={{width:"100%",height:"100%"}}>

                <div style={{height:"95%"}}>

                    <div className="text_content">

                        <Col className="view_Form">

                            <iframe style={{border:0,width:"100%",height:630,}} src="/Form_content/common/finalyForm.html"/>

                        </Col>

                        <Col className="fileBot" style={{textAlign:"right",}}>

                            <Button onClick={this.onDown.bind(this)} style={{marginRight:20,}}>下载</Button>

                            <Button onClick={this.goBack.bind(this)} type="primary">返回</Button>

                        </Col>

                    </div>

                </div>

            </div>

        )

    }

    相关文章

      网友评论

          本文标题:react引用iframe

          本文链接:https://www.haomeiwen.com/subject/oahdtctx.html