liuyg
2021-08-13 754b3824cdbb3c530ca6858db3fcce113b0e66c3
src/styles/common.scss
@@ -35,3 +35,31 @@
}
//滚动条样式
@include scrollBar;
.see-img-box {
  .el-dialog {
    width: 840px;
    height: 540px;
    .el-dialog__body {
      padding: 4px;
      position: relative;
      height: calc(100% - 62px);
    }
    div.img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      overflow: hidden;
    }
  }
}