king
2020-09-18 2404d8a1bed5509432652f11aba6a1efa04aa160
src/tabviews/zshare/normalTable/index.scss
@@ -1,5 +1,20 @@
.normal-data-table {
  position: relative;
  padding: 0 0px 30px;
  .normal-table-footer {
    padding: 10px 0px;
    color: rgba(0, 0, 0, 0.65);
  }
  .normal-table-footer.pagination {
    position: absolute;
    bottom: 40px;
  }
  >.ant-table-wrapper {
    position: relative;
    z-index: 1;
  }
  table {
    max-width: 100%;
    width: 100%;
@@ -40,18 +55,7 @@
  .ant-table-body {
    overflow-x: auto!important;
    min-height: 90px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    border-top: none;
    border-bottom: none;
    table {
      border-left: 0;
      .ant-table-thead > tr > th:last-child {
        border-right: 0;
      }
      .ant-table-tbody > tr > td:last-child {
        border-right: 0;
      }
      .ant-table-tbody > tr > td {
        vertical-align: top;
        .content {