king
2021-09-17 eb0c4703ec7cd21dc921ae113b7e3be69c641c1d
src/menu/components/share/sourcecomponent/index.scss
@@ -28,14 +28,29 @@
      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 {
      display: inline-block;
    }
  }
}
.mk-source-manage {
  z-index: 1170 !important;
  .ant-radio-button-wrapper {
    height: 28px;
    line-height: 26px;
  }
}