king
2020-12-14 d5c3340757ae00a2ad617c4241dfd3792f36e036
src/tabviews/custom/components/card/data-card/index.scss
@@ -4,9 +4,20 @@
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
  display: flex;
  position: relative;
  >.button-list.toolbar-button {
    padding: 0;
    line-height: 55px;
    button {
      margin-right: 0px;
      margin-bottom: 0px;
    }
  }
  .data-zoom {
    display: flex;
    position: relative;
  }
  .prev-page {
    width: 20px;
    div {
@@ -64,9 +75,9 @@
  }
  .loading-mask {
    position: absolute;
    left: 40px;
    left: 0px;
    top: 0;
    right: 40px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
@@ -82,6 +93,10 @@
      background: #ffffff;
    }
  }
  .ant-pagination {
    margin: 10px;
    text-align: right;
  }
}
.custom-card-box::after {