king
2023-02-25 e97eb2e7194490467799659cfecf659f98c74a94
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);
      }
    }
  }
@@ -197,6 +192,9 @@
    .circle-select {
      border-radius: 0!important;
    }
    .circle-select.half::after {
      border-radius: 0px;
    }
  }
  .data-zoom.check {
    .mk-card.active, .mk-card.selected {
@@ -221,12 +219,12 @@
      left: 4px;
      content: ' ';
      display: block;
      border-radius: 8px;
      width: 8px;
      height: 8px;
      background: var(--mk-sys-color);
    }
    .card-item-box {
      // width: 100%;
      display: flex;
    }
    .card-cell-list {
@@ -237,6 +235,13 @@
    }
    .circle-select:hover {
      border-color: var(--mk-sys-color);
    }
    >.card-row-list {
      >.ant-col:not(.extend-card) {
        .card-item-box:hover {
          background-color: var(--mk-sys-color2);
        }
      }
    }
  }
  .card-item-wrap {
@@ -262,7 +267,8 @@
        transform: rotate(180deg);
      }
      >.anticon-plus-square {
        margin: auto 5px;
        margin: auto;
        width: 30px;
        font-size: 18px;
      }
      >.anticon-plus-square.mk-disabled {
@@ -270,7 +276,8 @@
        cursor: not-allowed;
      }
      >.anticon-minus-square {
        margin: auto 5px;
        margin: auto;
        width: 30px;
        font-size: 18px;
      }
    }
@@ -285,24 +292,38 @@
      transition: height 0.3s;
    }
  }
  .card-item-wrap.flex-card {
    >.card-item-box:first-child {
      display: flex;
      .card-cell-list {
        flex: 1;
      }
    }
  }
  .circle-select.mk-extend-icon {
    margin-right: 35px;
  }
  .sub-card-wrap.mk-parity-bg {
    .ant-col:nth-child(even){
      .card-item-box:not(:hover) {
        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;
}