king
2023-03-14 da34633b25d16359cd91a656acad5e811f9972b7
src/menu/components/table/normal-table/columns/index.scss
@@ -10,6 +10,11 @@
    font-size: inherit;
    font-weight: inherit;
  }
  .ant-table-selection-column {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
  }
  .ant-table-body {
    overflow-x: auto;
    tr {
@@ -18,6 +23,7 @@
        .col-copy {
          margin-bottom: 0;
          display: inline-block;
          color: inherit;
          .ant-typography-copy {
            position: absolute;
            left: 2px;
@@ -63,11 +69,6 @@
    }
    tr:hover td {
      background: #ffffff!important;
    }
  }
  .model-menu-card-cell-list {
    .card-detail-row {
      min-height: 21px;
    }
  }
@@ -124,16 +125,17 @@
  }
  table tr {
    th .ant-table-column-title {
      // 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;
    }
  }
  table tbody tr {
    color: var(--mk-table-color);
  }
}
.normal-table-columns.false {
  .ant-pagination {