king
2021-09-15 63663db92125c687adbb634430a4a1abbf15b8f7
src/tabviews/zshare/normalTable/index.scss
@@ -241,4 +241,12 @@
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0);
  }
}
.normal-data-table.fixed-height {
  .ant-table-body {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    .ant-table-fixed {
      border-bottom: 0;
    }
  }
}