king
2019-10-15 ee32a69f9a7f25c37757325dc28ac7b5127dceca
src/tabviews/datamanage/modules/table/index.scss
@@ -14,6 +14,9 @@
    .ant-table-tbody > tr.ant-table-row-selected td {
      background-color: #c4ebfd;
    }
    .ant-table-tbody > tr:hover.ant-table-row-selected td {
      background-color: #c4ebfd;
    }
  }
  .ant-table-body {
    overflow-x: auto!important;
@@ -76,4 +79,8 @@
      background: #fafafa;
    }
  }
  // 表格没有横向滚动条时
  .ant-table-wrapper.fixed .ant-table-body {
    min-height: unset;
  }
}