@charset "utf-8";
.group-manage{
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 20px;
  background: white;
  overflow-y: auto;
  .ivu-tree{
    width: 100%;
    max-width: 800px;
  }
  .ivu-tree-arrow{
    .ivu-icon {
      font-size: 16px;
      position: relative;
      top: -2px;
    }
  }
  .tree-row{
    width: 95%;
    display: inline-flex;
    .title{
      display: inline-flex;
      align-items: center;
      flex:1;
      font-size: $font-m-size;
    }
  }
  .root-row{
    .ivu-btn{
      width: 115px;
    }
  }
  .child-row{
    .ivu-btn{
      width: 35px;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      margin-right: 5px;
      &:last-child{
        margin-right: 0;
      }
    }
  }
}
.org-modal{
  .form-item-text{
    .ivu-form-item-content{
      font-size: $font-m-size;
      line-height: 34px;
    }
  }
}