| | |
| | | z-index: 1; |
| | | } |
| | | } |
| | | |
| | | .mk-control { |
| | | display: none; |
| | | position: absolute; |
| | | top: 0px; |
| | | right: -24px; |
| | | z-index: 2; |
| | | background: #ffffff; |
| | | box-shadow: 0px 0px 2px #d8d8d8; |
| | | |
| | | .anticon { |
| | | padding: 5px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .normal-group-wrap::after { |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .mk-merge-able { |
| | | transition: all 0.2s; |
| | | |
| | | .normal-group-wrap { |
| | | position: relative; |
| | | } |
| | | .mk-control { |
| | | display: inline-block; |
| | | |
| | | .anticon-double-left { |
| | | display: inline-block; |
| | | } |
| | | .anticon-double-right { |
| | | display: none; |
| | | } |
| | | } |
| | | } |
| | | .mk-merge-able + .ant-col { |
| | | transition: all 0.2s; |
| | | } |
| | | .mk-merge-able.close { |
| | | width: 0px; |
| | | .normal-group-wrap { |
| | | margin: 0!important; |
| | | } |
| | | .mk-control { |
| | | display: inline-block; |
| | | |
| | | .anticon-double-left { |
| | | display: none; |
| | | } |
| | | .anticon-double-right { |
| | | display: inline-block; |
| | | } |
| | | } |
| | | } |
| | | .mk-merge-able.close + .ant-col { |
| | | width: 100%; |
| | | } |