소스 검색

图片蒙层问题

tudc 3 년 전
부모
커밋
8d48dbee4f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>