king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
src/components/mkIcon/index.scss
@@ -5,6 +5,7 @@
  border-radius: 4px;
  line-height: 32px;
  padding: 0px 0px 0px 10px;
  transition: all 0.3s;
  .anticon.trigger {
    float: right;
@@ -12,15 +13,28 @@
    padding: 0 10px;
    border-left: 1px solid #d9d9d9;
  }
  .anticon.trigger::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .close.anticon {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 8px;
    margin-right: 8px;
    background: #fff;
    color: rgba(0, 0, 0, 0.45);
    color: #bcbcbc;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .close.anticon:hover {
    color: #959595;
  }
}
.mk-icon-box:hover {
@@ -35,6 +49,9 @@
  clear: both;
}
.mk-icon-wrap {
  .ant-modal {
    top: 50px!important;
  }
  .ant-col {
    text-align: center;
    line-height: 55px;