king
2024-06-05 49fabbaab6ad5ab8ab6d8da3954384e0281f6134
src/tabviews/custom/components/card/data-card/index.scss
@@ -8,6 +8,7 @@
  .pickup-wrap {
    float: right;
    margin-bottom: 3px;
    button {
      margin-top: 3px;
    }
@@ -64,6 +65,25 @@
  .card-row-list {
    flex: 10;
    max-width: 100%;
  }
  .card-row-list.fix-height {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow-y: auto;
    .extend-card:first-child {
      position: sticky;
      top: 0;
      z-index: 1;
      .card-item-box {
        margin-top: 0!important;
        margin-bottom: 0!important;
      }
    }
    div:last-child {
      .card-item-box {
        border-bottom: none!important;
      }
    }
  }
  .card-row-list.flex-layout {
    display: flex;
@@ -275,16 +295,16 @@
    }
  }
}
.custom-data-card-box::-webkit-scrollbar {
.custom-data-card-box::-webkit-scrollbar, .custom-data-card-box .card-row-list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.custom-data-card-box::-webkit-scrollbar-thumb {
.custom-data-card-box::-webkit-scrollbar-thumb, .custom-data-card-box .card-row-list::-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 {
.custom-data-card-box::-webkit-scrollbar-track, .custom-data-card-box .card-row-list::-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);