king
2022-01-02 bde2916433c7830e2879e6524e32b9f6c8bd0bab
src/tabviews/custom/components/share/normalTable/index.scss
@@ -19,6 +19,30 @@
    font-size: inherit;
  }
  .mk-disabled {
    color: #bcbcbc;
    cursor: not-allowed;
    .ant-btn {
      cursor: not-allowed;
    }
    .ant-table-selection-column {
      > span::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
      }
    }
    .ant-checkbox-checked .ant-checkbox-inner {
      background-color: #fff!important;
      border-color: #d9d9d9!important;
    }
  }
  table {
    max-width: 100%;
    width: 100%;