king
2021-07-28 137fb8ea6af2789b3238b22bac31d80bced41dfe
src/tabviews/custom/components/card/prop-card/index.scss
@@ -70,6 +70,28 @@
      background: #ffffff;
    }
  }
  .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;
            cursor: pointer;
          }
        }
      }
    }
  }
}
.custom-card-box::after {