码迷,mamicode.com
首页 > 其他好文 > 详细

vue、Element 点击按钮以弹窗形式预览pdf文件

时间:2019-12-05 17:18:35      阅读:637      评论:0      收藏:0      [点我收藏+]

标签:形式   log   iframe   width   pre   文件   style   screen   ESS   

直接上代码吧

<div >
<el-button type="success" size="small" @click="isViewPdf20 = true" >按钮</el-button>
</div>


<el-dialog
  title="预览文件"
:visible.sync="isViewPdf20"
:before-close="handleClose"
:fullscreen="true"
>
<iframe :src=你要预览pdf的文件的地址 frameborder="0" style="width: 100vw; height: 80vh"></iframe>
</el-dialog>


vue、Element 点击按钮以弹窗形式预览pdf文件

标签:形式   log   iframe   width   pre   文件   style   screen   ESS   

原文地址:https://www.cnblogs.com/weiweiyeyu/p/11990438.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!