king
2021-08-31 72419e2f826031a158173f46d723a672064e37cd
src/tabviews/custom/components/card/table-card/index.scss
@@ -22,6 +22,10 @@
      font-style: inherit;
    }
  }
  >.ant-pagination {
    margin-top: 10px;
    float: right;
  }
  .card-row-list::after {
    content: ' ';
@@ -32,6 +36,8 @@
  .card-row-list {
    overflow-y: auto;
    .card-item-box {
      overflow: hidden;
      background-color: #ffffff;
      transition: all 0.3s;
    }
    >.active >.card-item-box {