king
2020-08-11 ae6ce73e7abde1121a788f884e54ccd6cfad0460
src/tabviews/scriptmanage/index.scss
@@ -1,4 +1,4 @@
.veruptable {
.script-manage-table {
  position: relative;
  min-height: calc(100vh - 94px);
  padding-top: 16px;
@@ -56,6 +56,7 @@
  }
  .main-table-box {
    position: relative;
    padding: 0 20px;
    .pickchange {
      position: absolute;
      right: 0px;
@@ -68,44 +69,4 @@
      }
    }
  }
  > .ant-tabs {
    padding: 0px 20px;
    margin-bottom: 20px;
    .ant-tabs-tab:not(.ant-tabs-tab-active) {
      cursor: pointer;
    }
  }
  .common-table-copy {
    position: fixed;
    z-index: 2;
    bottom: 65px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
}
.commontable.pick-control {
  >.button-list {
    padding-right: 140px;
  }
}
.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;
    }
  }
}