king
2020-03-12 1dfd49b103e721f9bb63fd4d472b6fcc225d94a1
src/tabviews/rolemanage/index.scss
@@ -2,28 +2,32 @@
  min-height: calc(100vh - 94px);
  height: 100%;
  position: relative;
  background: #fafafa;
  padding: 15px;
  
  .role-list {
    min-height: calc(100vh - 125px);
    box-shadow: 0px 0px 2px #eeeeee;
    .ant-card-head {
      padding: 0 10px;
      .role-title {
        display: inline-block;
        width: 100%;
        color: #36c6d3;
        .anticon-bank {
          margin-right: 5px;
        }
        .ant-input-affix-wrapper {
          width: calc(100% - 140px);
          max-width: 130px;
          margin-top: -2px;
          float: right;
          input {
            border-radius: 20px;
            height: 30px;
      .ant-card-head-title {
        padding: 15px 0 10px;
        .role-title {
          display: inline-block;
          width: 100%;
          // color: #36c6d3;
          color: #1890ff;
          .anticon-bank {
            margin-right: 5px;
          }
          .ant-input-affix-wrapper {
            width: calc(100% - 140px);
            max-width: 130px;
            margin-top: -2px;
            float: right;
            input {
              border-radius: 20px;
              height: 30px;
            }
          }
        }
      }
@@ -41,5 +45,35 @@
    left: calc(50vw - 22px);
    top: calc(50vh - 70px);
    z-index: 1;
  }
  .ant-tabs {
    background: #fff;
    min-height: calc(100vh - 125px);
    box-shadow: 0px 0px 2px #eeeeee;
    .ant-tabs-tab {
      padding: 19px 16px 14px;
    }
    .ant-tabs-tab-active.ant-tabs-tab {
      cursor: default;
    }
    .ant-tabs-extra-content {
      padding: 5px 20px 0px 0px;
    }
    .ant-tabs-content {
      .ant-tree li {
        padding: 4px 0px 0px;
      }
      .ant-tree-child-tree > li:first-child {
        padding-top: 6px;
      }
      .load-tree {
        margin-left: 15px;
      }
      .nodata {
        line-height: 50px;
        text-align: center;
        color: #bcbcbc;
      }
    }
  }
}