king
2020-09-24 bcef9a2845e6800704fecb3eb60c204f80854a07
src/menu/components/card/data-card/index.scss
@@ -3,6 +3,30 @@
  box-sizing: border-box;
  background: #ffffff;
  
  .anticon-tool {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 10px;
  }
  .card-item {
    position: relative;
    min-height: 50px;
    border: 1px solid #e8e8e8;
  }
  .card-item:hover {
    box-shadow: 0px 0px 2px #e8e8e8;
  }
}
.menu-data-card-edit-box::after {
  display: block;
  content: ' ';
  clear: both;
}
.menu-data-card-edit-box:hover {
  box-shadow: 0px 0px 2px #e8e8e8;