king
2025-06-23 80deba0c2dcffd9e6b6f07815c7c52199309ce42
src/tabviews/custom/components/iframe/index.scss
@@ -22,6 +22,7 @@
      font-weight: inherit;
      font-style: inherit;
      line-height: inherit;
      font-family: inherit;
      margin-left: 10px;
      position: relative;
      z-index: 1;
@@ -35,6 +36,13 @@
      margin-top: 5px;
      width: 65%;
      float: right;
      .ant-btn[disabled] {
        background-color: var(--mk-sys-color)!important;
        border-color: var(--mk-sys-color)!important;
        color: #ffffff!important;
        opacity: 0.5;
      }
    }
  }
@@ -56,5 +64,21 @@
      vertical-align: top;
      margin-top: 0px;
    }
    .mask {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background: #ffffff;
      z-index: 1;
      .ant-spin {
        position: absolute;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
      }
    }
  }
}