king
2020-08-28 71a0e75ecb56ae643fe1e86188d45f93f48388c9
src/menu/menushell/index.scss
@@ -10,13 +10,15 @@
    position: relative;
    .remove-component {
      position: absolute;
      right: 40px;
      top: -13px;
      right: 42px;
      top: -16px;
      color: #ff4d4f;
      border-radius: 2px;
      font-size: 16px;
      padding: 5px;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.2s;
    }
  }
  .mk-component-card:hover {
@@ -36,7 +38,8 @@
    padding: 5px;
    position: absolute;
    right: 0px;
    top: -19px;
    top: -30px;
    opacity: 0;
    transition: opacity 0.2s;
  }
}