king
2020-08-11 ae6ce73e7abde1121a788f884e54ccd6cfad0460
src/tabviews/treepage/index.scss
@@ -24,6 +24,13 @@
    left: calc(50% - 22px);
    top: calc(50vh - 70px);
  }
  > .ant-row {
    > .ant-col:last-child {
      > .ant-tabs:first-child {
        padding-top: 6px;
      }
    }
  }
  .tree-card {
    min-height: calc(100vh - 125px);
    box-shadow: 0px 0px 2px #dddddd;
@@ -116,9 +123,7 @@
    }
  }
  
  > .ant-tabs {
    padding: 0px 20px;
    margin-bottom: 20px;
  .ant-tabs {
    .ant-tabs-tab:not(.ant-tabs-tab-active) {
      cursor: pointer;
    }
@@ -134,7 +139,14 @@
    width: 40px;
    height: 40px;
  }
}
.tree-page.bg-gray {
  background: #f0f2f5;
  .ant-tabs {
    background: #ffffff;
    padding: 0px 5px 5px;
    margin-bottom: 20px;
  }
}
.menu-tree-modal {