king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/menu/components/share/sourcecomponent/index.scss
@@ -14,18 +14,40 @@
      top: 3px;
      right: 0px;
      padding-right: 6px;
      color: rgba(0,0,0,.45);
      color: #f5222d;
      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: 0px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .mk-avatar {
      color: #1890ff;
      display: inline-block;
      width: 100%;
      padding-left: 5px;
      padding-right: 14px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      height: 32px;
      line-height: 32px;
    }
  }
  .mk-source-item-info.picture {
@@ -38,13 +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-copy {
      top: 8px;
    }
  }
  .mk-source-item-info:hover {
    background-color: #e6f7ff;
    .anticon-delete {
    .anticon-delete, .anticon-copy {
      display: inline-block;
    }
  }
@@ -53,4 +82,7 @@
    height: 28px;
    line-height: 26px;
  }
  .ant-radio-group {
    white-space: nowrap;
  }
}