king
2021-09-15 63663db92125c687adbb634430a4a1abbf15b8f7
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;