king
2021-10-21 1da6506bf58270bacc2a4345002c6b082835580e
src/menu/components/card/data-card/index.scss
@@ -6,6 +6,7 @@
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20px;
  overflow-y: auto;
  
  .card-control {
    position: absolute;
@@ -36,6 +37,12 @@
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20px;
  }
  .card-item.hover:not(:hover) {
    button {
      opacity: 0;
      transition: opacity 0.3s;
    }
  }
  
  .card-item:hover {
@@ -85,6 +92,22 @@
    }
  }
}
.menu-data-card-edit-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.menu-data-card-edit-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);
}
.menu-data-card-edit-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);
}
.menu-data-card-edit-box::after {
  display: block;
  content: ' ';