shuishen
2021-08-13 9a4b8c7ad8d51c5b588d5679b72045efd93a79a7
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;
    }
  }
}