king
2021-01-15 76a4300654a18d228838c3f27455dc8e7a8cd616
src/menu/modelsource/dragsource/index.scss
@@ -3,14 +3,20 @@
  width: 100%;
  margin-bottom: 15px;
  height: auto;
  // background-size: cover;
  // background-position: top center;
  // background-repeat: no-repeat;
  min-height: 70px;
  .property {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 2px;
    .anticon-close-circle {
      opacity: 0;
      cursor: pointer;
      padding: 0 3px;
      color: #ff4d4f;
      transition: all 0.3s;
    }
  }
  img {
@@ -26,6 +32,12 @@
  }
}
.menu-source-item:hover .property {
  .anticon-close-circle {
    opacity: 1;
  }
}
.menu-source-tooltip-box {
  margin-left: 20px;
  .ant-tooltip-content {