king
2021-12-16 b5364600d98c8749caba625ec813d4fe670d0a19
src/tabviews/custom/components/share/normalTable/index.scss
@@ -182,6 +182,14 @@
    background: rgba(0, 0, 0, 0);
  }
}
.normal-custom-table.fixed-height {
  .ant-table-body {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    .ant-table-fixed {
      border-bottom: 0;
    }
  }
}
.normal-custom-table.hidden {
  thead {
    display: none;