king
2022-09-22 c33ac9ddcdbed91bd2267bed2a96199441806a04
src/tabviews/custom/components/share/normalTable/index.scss
@@ -26,6 +26,12 @@
  .mk-disabled {
    color: #bcbcbc;
    cursor: not-allowed;
    --mk-table-color: #bcbcbc;
    span, div {
      color: #bcbcbc!important;
    }
    .ant-btn {
      cursor: not-allowed;
    }
@@ -94,6 +100,8 @@
          position: relative;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          background-color: #f5f5f5;
          margin: 2px;
        }
        .ant-mk-picture.scale {
@@ -207,7 +215,7 @@
      font-size: var(--mk-table-font-size)!important;
      font-weight: var(--mk-table-font-weight)!important;
      >span, div:not(.card-cell-list), div:not(.card-cell-list) div, div:not(.card-cell-list) span {
      >span, >div:not(.card-cell-list) div, >div:not(.card-cell-list) span {
        font-weight: var(--mk-table-font-weight)!important;
      }
    }