.projectList[data-v-2caeff51] {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staffHome .userHome {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffHome .userHome .userTree {
  border: 1px #e8eaec solid;
  padding-left: 2%;
  margin-left: 2%;
}
.staffHome .userHome .userTree .ivu-tree-arrow {
  vertical-align: text-top;
}
.staffHome .__view {
  margin-left: 2%;
}
.staffHome .addUser .Invitation {
  padding-bottom: 10px;
}
.staffHome .addUser .center .rightBtn {
  margin-left: -10px;
}
.staffHome .addUser .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffHome .addUser .left .leftTop {
  padding: 8px 16px;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.staffHome .addUser .right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.staffHome .addUser .right .rightTop {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
}
.staffHome .addUser .right .rightTable {
  padding-top: 40px;
  height: 335px;
}


#userOrg .ivu-transfer-list-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#userOrg .ivu-transfer-list-content-item span {
  display: block;
  width: 100%;
}
#userOrg .ivu-checkbox-wrapper {
  width: 4.3%;
}

