king
2023-07-10 bd6521dcc02d1b224016c4df9e36388668989d0c
src/tabviews/zshare/actionList/popupbutton/index.scss
@@ -1,5 +1,5 @@
.custom-popview.popview-modal {
  >.ant-modal-content >.ant-modal-body {
  .ant-modal-content .ant-modal-body {
    padding: 0;
    .custom-page-wrap {
      min-height: 200px;
@@ -9,6 +9,19 @@
    }
  }
}
.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 {
  .close-drawer {
    position: absolute;