king
2021-11-17 c51f5e007a3e03c9d6731ab7f28f0080de009990
src/components/mkIcon/index.scss
@@ -6,15 +6,33 @@
  line-height: 32px;
  padding: 0px 0px 0px 10px;
  .anticon:last-child {
  .anticon.trigger {
    float: right;
    line-height: 32px;
    padding: 0 10px;
    border-left: 1px solid #d9d9d9;
  }
  .close.anticon {
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    background: #fff;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.mk-icon-box:hover {
  border-color: #1890ff;
  .close.anticon {
    opacity: 1;
  }
}
.mk-icon-box::after {
  content: ' ';
  display: block;
  clear: both;
}
.mk-icon-wrap {
  .ant-col {