king
2019-09-23 cec9290f6cd8e3e7e881f4d38d43de307645a08a
src/components/mainTable/index.scss
@@ -17,6 +17,20 @@
  }
  .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-body::-webkit-scrollbar {
    width: 8px;