king
2024-03-30 5a921a3f9e5c690908a18705ef189991fe24bd8e
src/tabviews/custom/components/group/normal-group/index.scss
@@ -25,10 +25,11 @@
    display: none;
    position: absolute;
    top: 0px;
    right: -24px;
    right: 0px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0px 0px 2px #d8d8d8;
    transition: all 0.2s;
    .anticon {
      padding: 5px;
@@ -59,6 +60,7 @@
  .normal-group-wrap {
    position: relative;
    transition: all 0.2s;
  }
  .mk-control {
    display: inline-block;
@@ -75,12 +77,16 @@
  transition: all 0.2s;
}
.mk-merge-able.close {
  width: 0px;
  width: 25px;
  .normal-group-wrap {
    margin: 0!important;
    width: 0px;
    margin: 0px!important;
    border-width: 0px!important;
    box-shadow: none!important;
  }
  .mk-control {
    display: inline-block;
    right: -24px;
    .anticon-double-left {
      display: none;
@@ -91,5 +97,5 @@
  }
}
.mk-merge-able.close + .ant-col {
  width: 100%;
  width: calc(100% - 25px);
}