king
2020-09-14 76427d51a079a5fd1f45bf7188249e7a4647ae05
1
2
3
4
5
6
7
8
9
10
.mk-btn-wrap {
  display: inline-block;
  .action-cell {
    border: 0;
    background: transparent !important;
  }
  .action-cell[ant-click-animating-without-extra-node="true"]::after {
    display: none!important;
  }
}