king
2025-01-09 b372b06dc08d94731223cef2a741fe7a7a6a09bb
src/menu/components/share/sourcecomponent/index.scss
@@ -18,11 +18,21 @@
      cursor: pointer;
      display: none;
    }
    .anticon-copy {
      position: absolute;
      top: 3px;
      right: 30px;
      padding-right: 0px;
      color: #26C281;
      cursor: pointer;
      display: none;
    }
    a {
      display: inline-block;
      width: 100%;
      min-width: 60%;
      max-width: calc(100% - 80px);
      padding-left: 22px;
      padding-right: 14px;
      padding-right: 0px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
@@ -50,20 +60,20 @@
      height: 32px;
      line-height: 32px;
    }
    .anticon-delete {
    .anticon-delete, .anticon-copy {
      top: 8px;
    }
  }
  .mk-source-item-info.avatar {
    display: flex;
    top: 0px;
    .anticon-delete {
    .anticon-delete, .anticon-copy {
      top: 8px;
    }
  }
  .mk-source-item-info:hover {
    background-color: #e6f7ff;
    .anticon-delete {
    .anticon-delete, .anticon-copy {
      display: inline-block;
    }
  }