king
2021-10-18 890df0b04581225466433fcf6832f0519c1f0a90
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;