<el-dialog :visible.sync="runOpen" append-to-body custom-class="largeImgDialog" style="top: 0px !important;
bottom: 0px !important;
width: 100% !important;
height: 100% !important;">
<img src="../assets/tub.png" style="width: 60%; margin-left: 20%; margin-top:5%" alt="">
</el-dialog>
::v-deep .largeImgDialog {
background: initial;
margin: 0 !important;
.el-dialog__close,
.el-icon svg {
width: 2rem !important;
height: 2rem !important;
}
img {
max-width: 96%;
max-height: 95%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
}