king
2022-01-02 bde2916433c7830e2879e6524e32b9f6c8bd0bab
src/tabviews/zshare/actionList/popupbutton/index.scss
@@ -1,10 +1,48 @@
.mk-btn-wrap {
  display: inline-block;
  .action-cell {
    border: 0;
    background: transparent !important;
.custom-popview.popview-modal {
  >.ant-modal-content >.ant-modal-body {
    padding: 0;
    .custom-page-wrap {
      min-height: 200px;
    }
  }
  .action-cell[ant-click-animating-without-extra-node="true"]::after {
    display: none!important;
}
.table-drawer-popview {
  .close-drawer {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 16px;
    background: #fff;
    text-align: right;
    box-shadow: 0 0 3px #cbcbcb;
  }
}
.custom-drawer-popview {
  .ant-drawer-content {
    .ant-drawer-header {
      position: absolute;
      width: 100%;
      background: #ffffff;
      z-index: 3;
    }
    .ant-drawer-body {
      padding: 55px 0 50px 0;
      .close-drawer {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 8px 16px;
        background: #fff;
        text-align: right;
        box-shadow: 0 0 3px #cbcbcb;
      }
      .custom-page-wrap {
        min-height: calc(100vh - 110px);
      }
    }
  }
}