فهرست منبع

修改图片展示

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>