king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/tabviews/zshare/actionList/popupbutton/index.scss
@@ -1,9 +1,25 @@
.custom-popview.popview-modal {
  >.ant-modal-content >.ant-modal-body {
  .ant-modal-content .ant-modal-body {
    padding: 0;
    .custom-page-wrap {
      min-height: 200px;
    }
    .pop-page-wrap {
      min-height: 200px;
    }
  }
}
.custom-popview.popview-modal.miniview {
  .ant-modal-header {
    display: none;
  }
  .ant-modal-footer {
    display: none;
  }
  .ant-modal-body {
    padding: 0px;
    border-radius: 4px;
    max-height: calc(100vh - 110px);
  }
}
.table-drawer-popview {
@@ -43,6 +59,9 @@
      .custom-page-wrap {
        min-height: calc(100vh - 110px);
      }
      .pop-page-wrap {
        min-height: calc(100vh - 110px);
      }
    }
  }
}