king
2020-10-26 c7df940632b5f238f524da651fbf27a91ff6ad36
src/menu/components/card/data-card/index.scss
@@ -5,9 +5,7 @@
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 0;
  min-height: 100px;
  min-height: 50px;
  
  .card-control {
    position: absolute;
@@ -27,15 +25,13 @@
    top: 1px;
    cursor: pointer;
    padding: 5px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.55);
  }
  .card-item {
    overflow-y: hidden;
    position: relative;
    min-height: 50px;
    border-style: solid;
    border-width: 0;
  }
  
  .card-item:hover {