king
2021-09-10 c66c7b65432af8cdab430b7ac079a4fd75c3d60f
src/menu/components/share/sourcecomponent/index.scss
@@ -28,6 +28,20 @@
      text-overflow: ellipsis;
    }
  }
  .mk-source-item-info.picture {
    display: flex;
    img {
      width: 32px;
      height: 32px;
    }
    img + a {
      height: 32px;
      line-height: 32px;
    }
    .anticon-delete {
      top: 8px;
    }
  }
  .mk-source-item-info:hover {
    background-color: #e6f7ff;
    .anticon-delete {