king
2019-12-10 877200bd3f7e80b4e7f134b7f7df378f89de0484
src/tabviews/commontable/index.scss
@@ -1,9 +1,23 @@
.commontable {
  position: relative;
  min-height: calc(100vh - 94px);
  padding-top: 16px;
  .box404 {
    padding-top: 30px;
  }
  .ant-modal-mask {
    position: absolute;
  }
  .ant-modal-wrap {
    position: absolute;
  }
  .action-modal .ant-modal {
    top: 40px;
    max-width: 95%;
    .ant-modal-body {
      max-height: calc(100vh - 250px);
    }
  }
}
.ant-back-top {
  bottom: 30px;