king
2021-01-07 0a0372f158b7a4c786c67be6a6e3c84ff7608904
src/menu/components/table/normal-table/columns/index.scss
@@ -3,10 +3,13 @@
  .ant-table-body {
    overflow-x: auto;
    padding-bottom: 20px;
    tr td:not(.ant-table-selection-column) {
    tr {
      td {
        background: #ffffff;
      }
      td:not(.ant-table-selection-column) {
      position: relative;
      padding: 12px 8px;
      background: #ffffff;
      >.profile {
        position: absolute;
        top: 2px;
@@ -15,6 +18,7 @@
        font-size: 12px;
      }
    }
    }
    .action-column {
      .card-detail-row:empty {
        min-height: 40px;