king
2021-11-15 ded0a522a7747fb841719c13c8c35f13cf5cda4c
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;