Selaa lähdekoodia

图片蒙层问题

tudc 3 vuotta sitten
vanhempi
commit
8d48dbee4f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      front-vue/src/views/service/credit/billDetail.vue

+ 2 - 2
front-vue/src/views/service/credit/billDetail.vue

@@ -272,7 +272,7 @@
     </el-card>
 
     <!-- 查看图片 -->
-    <el-dialog :visible.sync="invoiceVisible">
+    <el-dialog :visible.sync="invoiceVisible" append-to-body>
       <img width="100%" :src="invoiceImageUrl" alt="" />
     </el-dialog>
 
@@ -539,4 +539,4 @@ export default {
 .el-table .warning-row {
   background: rgb(223, 223, 223);
 }
-</style>
+</style>