king
2021-10-21 1da6506bf58270bacc2a4345002c6b082835580e
src/menu/components/card/prop-card/index.scss
@@ -37,6 +37,12 @@
    background-size: cover;
    min-height: 20px;
  }
  .card-item.hover:not(:hover) {
    button {
      opacity: 0;
      transition: opacity 0.3s;
    }
  }
  
  .card-item:hover {
    box-shadow: 0px 0px 2px #1890ff;