king
2021-09-12 f497f734966504bd8a7e98bf602da582a53d91e5
src/tabviews/custom/components/card/data-card/index.scss
@@ -127,30 +127,6 @@
    padding: 10px;
    text-align: right;
  }
  .trigger-button {
    .card-item-box {
      .card-cell-list {
        position: unset;
        .mk-cell-btn {
          position: unset;
          .ant-btn {
            position: unset;
          }
          .ant-btn::after {
            content: ' ';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2;
            opacity: 0;
            cursor: pointer;
          }
        }
      }
    }
  }
}
.custom-card-box::after {