king
2024-04-29 50b49c1b760489c3430fc382656d57c5fbbab07c
src/tabviews/custom/components/share/normalTable/index.scss
@@ -24,13 +24,20 @@
    position: absolute;
    bottom: 10px;
  }
  >.ant-table-wrapper {
  .ant-table-wrapper {
    position: relative;
    z-index: 1;
  }
  .ant-table {
    color: inherit;
    font-size: inherit;
  }
  .clickable {
    color: var(--mk-sys-color);
    cursor: pointer;
  }
  .clickable:hover {
    text-decoration: underline;
  }
  .mk-disabled {
@@ -201,6 +208,11 @@
    color: var(--mk-table-color);
  }
}
.normal-custom-table.mk-parity {
  .ant-table-tbody tr:nth-child(even) {
    background: #fafafa;
  }
}
.normal-custom-table:not(.ghost) {
  .ant-table-small > .ant-table-content .ant-table-thead > tr > th {
    background-color: #fafafa!important;