king
2020-09-18 51a60b5cb00fdeaf9e42c29341242460bf2154e8
src/tabviews/custom/index.scss
@@ -1,8 +1,10 @@
.calendar-page {
.custom-page-wrap {
  position: relative;
  min-height: calc(100vh - 94px);
  padding-top: 16px;
  padding-bottom: 80px;
  padding-left: 16px;
  padding-right: 16px;
  .box404 {
    padding-top: 30px;
  }
@@ -37,22 +39,3 @@
  }
}
.menu-tree-modal {
  .ant-modal-body {
    min-height: 300px;
    .menu-header {
      text-align: center;
      span {
        font-weight: 600;
        margin-right: 20px;
      }
      .ant-typography {
        font-weight: 600;
        display: inline-block;
      }
    }
    .ant-tree li .ant-tree-node-content-wrapper {
      cursor: default;
    }
  }
}