king
2023-04-27 6dd965723be9dc245105296198c25a80cfe51b54
src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -72,17 +72,7 @@
        // vertical-align: top;
        .card-cell-list {
          color: rgba(0, 0, 0, 0.85);
        }
        .ant-mk-picture {
          position: relative;
          background-position: center center;
          background-size: cover;
          background-color: #e9e9e9;
          margin: 2px;
        }
        .ant-mk-picture.scale {
          cursor: zoom-in;
          color: inherit;
        }
        .action-col {
          .ant-btn > .anticon + span {
@@ -302,12 +292,10 @@
  }
  table tr {
    th .ant-table-column-title, th .ant-table-column-title span:not(.anticon) {
      // color: var(--mk-table-color)!important;
      font-size: var(--mk-table-font-size)!important;
      font-weight: var(--mk-table-font-weight)!important;
    }
    td {
      color: var(--mk-table-color)!important;
      font-size: var(--mk-table-font-size)!important;
      font-weight: var(--mk-table-font-weight)!important;
@@ -315,6 +303,9 @@
        font-weight: var(--mk-table-font-weight)!important;
      }
    }
  }
  table tbody tr {
    color: var(--mk-table-color);
  }
}
.edit-custom-table.buoyMode {
@@ -325,6 +316,11 @@
    .ant-table-body {
      overflow-x: unset!important;
    }
  }
}
.edit-custom-table.mk-edit-multi {
  th .ant-table-column-title .anticon-edit {
    display: none;
  }
}
.edit-custom-table.editable {
@@ -430,6 +426,7 @@
  .main-pickup {
    position: relative;
    z-index: 2;
    margin-left: 10px;
  }
  .submit-table {
    position: relative;