Commit a92c3d16 by 史敦盼

previewWidth

1 parent 498ab649
Showing with 2 additions and 2 deletions
......@@ -258,7 +258,7 @@
</el-dialog>
<el-dialog
title="文件预览"
width="70%"
width="90%"
append-to-body
:visible.sync="dialogVisible"
class="bigdialog"
......@@ -274,7 +274,7 @@
v-if="blobType == 'pdf'"
:src="item.iframeUrl"
frameborder="0"
style="width: 60vh; height: 70vh; margin: 0 auto; display: block"
style="width: 100%; height: 70vh; margin: 0 auto; display: block"
></iframe>
<div class="docDiv" v-else-if="blobType == 'docx'">
<div :ref="`word${item.url}`" :id="`word${item.url}`"></div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!