king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
src/menu/components/group/normal-group/index.scss
@@ -17,8 +17,16 @@
    padding: 5px;
    background: rgba(255, 255, 255, 0.55);
  }
  .print-button, .print-button:hover, .print-button:focus, .print-button:active {
    position: absolute;
    right: 40px;
    top: 0px;
    border: 0;
    background: transparent;
    color: #bcbcbc;
  }
}
.menu-group-edit-box::before {
.menu-group-edit-box.padding:before {
  content: ' ';
  display: block;
  float: right;
@@ -30,3 +38,12 @@
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}
.menu-group-edit-box.flex {
  >.group-shell-inner {
    display: flex;
    width: 100%;
    >.mk-component-card {
      flex: 1;
    }
  }
}