浏览代码

修改图片展示

cuixq 3 年之前
父节点
当前提交
bdb816d92e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      front-vue/src/views/service/repayment/detailRepayment.vue

+ 1 - 1
front-vue/src/views/service/repayment/detailRepayment.vue

@@ -69,7 +69,7 @@
             <el-table-column label="收款金额" align="center" prop="zfrLoanAmount" :show-overflow-tooltip="true" />
         </el-table>
         <el-dialog :visible.sync="openFile" width="1000px" append-to-body>
-            <img :src="wordUrl" v-if="show" width='450px' height='500px' />
+            <img :src="wordUrl" v-if="show" width='1000px' height='500px' />
             <iframe :src="wordUrl" width='800px' height='600px' frameborder='1' v-if="heid" />
         </el-dialog>
     </el-row>