king
2023-04-27 6dd965723be9dc245105296198c25a80cfe51b54
src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -72,16 +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;
          margin: 2px;
        }
        .ant-mk-picture.scale {
          cursor: zoom-in;
          color: inherit;
        }
        .action-col {
          .ant-btn > .anticon + span {
@@ -156,7 +147,7 @@
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 1px solid var(--antd-wave-shadow-color);
      border: 1px solid var(--mk-sys-color);
      height: auto;
      border-radius: 0;
      box-shadow: none!important;
@@ -196,7 +187,7 @@
        left: 0px;
        right: 0px;
        bottom: 0px;
        border: 1px solid var(--antd-wave-shadow-color);
        border: 1px solid var(--mk-sys-color);
      }
    }
    .anticon-exclamation-circle {
@@ -301,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;
@@ -314,6 +303,9 @@
        font-weight: var(--mk-table-font-weight)!important;
      }
    }
  }
  table tbody tr {
    color: var(--mk-table-color);
  }
}
.edit-custom-table.buoyMode {
@@ -324,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 {
@@ -429,6 +426,7 @@
  .main-pickup {
    position: relative;
    z-index: 2;
    margin-left: 10px;
  }
  .submit-table {
    position: relative;