|
@@ -143,9 +143,9 @@
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
<!--预览-->
|
|
|
- <el-dialog :visible.sync="openFile" width="1000px" append-to-body>
|
|
|
- <img :src="wordUrl" v-if="show" width='450px' height='500px'/>
|
|
|
- <iframe :src="wordUrl" width='800px' height='600px' frameborder='1' v-if="heid"/>
|
|
|
+ <el-dialog :visible.sync="openFile" width="900px" append-to-body>
|
|
|
+ <img :src="wordUrl" v-if="show" width='800px' height='500px'/>
|
|
|
+ <iframe :src="wordUrl" width='800px' height='500px' frameborder='1' v-if="heid"/>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
</template>
|