king
2023-02-22 80e0c5eb7648e77cae844e4628b433704e0fb865
src/tabviews/custom/components/card/double-data-card/index.scss
@@ -1,4 +1,4 @@
.custom-data-card-box {
.double-data-card-box {
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
@@ -30,11 +30,6 @@
            color: #bcbcbc!important;
          }
        }
      }
    }
    .mk-parity-bg {
      .card-item-box {
        background-color: var(--mk-sys-color1);
      }
    }
  }
@@ -265,7 +260,8 @@
        transform: rotate(180deg);
      }
      >.anticon-plus-square {
        margin: auto 5px;
        margin: auto;
        width: 30px;
        font-size: 18px;
      }
      >.anticon-plus-square.mk-disabled {
@@ -273,7 +269,8 @@
        cursor: not-allowed;
      }
      >.anticon-minus-square {
        margin: auto 5px;
        margin: auto;
        width: 30px;
        font-size: 18px;
      }
    }
@@ -296,24 +293,30 @@
      }
    }
  }
  .circle-select.mk-extend-icon {
    margin-right: 35px;
  }
  .sub-card-wrap.mk-parity-bg {
    .ant-col:nth-child(even){
      .card-item-box {
        background-color: var(--mk-sys-color1);
      }
    }
  }
}
.custom-data-card-box::-webkit-scrollbar {
.double-data-card-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.custom-data-card-box::-webkit-scrollbar-thumb {
.double-data-card-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
  background: rgba(0, 0, 0, 0.13);
}
.custom-data-card-box::-webkit-scrollbar-track {
.double-data-card-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0);
}
.custom-card-box::after {
  content: ' ';
  display: block;
  clear: both;
}