فهرست منبع

文件预览边框

peixh 3 سال پیش
والد
کامیت
f7dc945c16
2فایلهای تغییر یافته به همراه7 افزوده شده و 7 حذف شده
  1. 4 4
      front-vue/src/views/service/credit/creditUpdate.vue
  2. 3 3
      front-vue/src/views/service/credit/goFinance.vue

+ 4 - 4
front-vue/src/views/service/credit/creditUpdate.vue

@@ -279,10 +279,10 @@
         </el-dialog>
 
         <!--预览-->
-        <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>
+        <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>
 <script>

+ 3 - 3
front-vue/src/views/service/credit/goFinance.vue

@@ -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>