king
2024-03-21 a9b02f6862522b54d0824152017bf2acfec2af7b
src/tabviews/custom/components/card/data-card/index.scss
@@ -6,6 +6,23 @@
  min-height: 20px;
  overflow-y: auto;
  .pickup-wrap {
    float: right;
    button {
      margin-top: 3px;
    }
  }
  .pickup-wrap + div {
    clear: both;
  }
  .button-list + .pickup-wrap {
    position: relative;
    button {
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
  .data-zoom {
    display: flex;
    position: relative;
@@ -21,8 +38,15 @@
        }
      }
    }
    .mk-parity-bg {
    .mk-even-line {
      .card-item-box {
        background-color: #fafafa;
      }
    }
  }
  .data-zoom.mk-hover {
    .mk-card {
      .card-item-box:hover {
        background-color: var(--mk-sys-color1);
      }
    }
@@ -234,6 +258,23 @@
    }
  }
}
.custom-data-card-box.shifting {
  .normal-header:not(.header-search) + .toolbar-button {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    button {
      margin-bottom: 0px!important;
    }
  }
  .normal-header:not(.header-search) + .toolbar-button + .pickup-wrap{
    position: relative;
    button {
      position: relative;
    }
  }
}
.custom-data-card-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;