king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/tabviews/custom/index.scss
@@ -49,6 +49,18 @@
    display: none;
  }
}
.custom-page-wrap.mk-no-mask {
  .loading-mask {
    max-height: 80vh;
  }
  .ant-spin-blur {
    background: transparent!important;
    opacity: 1;
  }
  .ant-spin-blur::after {
    opacity: 0;
  }
}
.custom-page-wrap.mk-scroll {
  height: calc(100vh - 93px);
  overflow: auto;