king
2020-03-18 cb4c8706eb48183ac8875d92d4a950ad6b6675a2
src/tabviews/tableshare/normalTable/index.scss
File was renamed from src/tabviews/commontable/mainTable/index.scss
@@ -1,4 +1,4 @@
.main-table {
.normal-data-table {
  padding: 0 20px 30px;
  table {
    max-width: 100%;
@@ -11,14 +11,6 @@
      min-width: 60px;
      max-width: 60px;
    }
    // .ant-table-tbody > tr td:not(.ant-table-selection-column) {
    //   padding: 0!important;
    // }
    // .ant-table-tbody > tr td .content {
    //   padding: 12px 8px;
    //   height: 100%;
    //   background: lightblue;
    // }
    .ant-table-tbody > tr.ant-table-row-selected td {
      background-color: #c4ebfd;
    }
@@ -126,8 +118,5 @@
    .ant-affix .ant-table-wrapper {
      display: block;
    }
    // .ant-table-column-sorter, .anticon-filter {
    //   display: none;
    // }
  }
}