.staffPermission .ivu-tree .ivu-checkbox-wrapper .ivu-tree-arrow .ivu-tree-title {
  vertical-align: middle;
}
.staffPermission .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffPermission .left .leftTop {
  padding: 8px 16px;
  background: #f9fafc;
  color: #515a6e;
  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;
}
.staffPermission .left .leftTree {
  padding-top: 20px;
  height: 332px;
  width: 100%;
}
.staffPermission .left .leftTree .ivu-tree-empty {
  padding-top: 20px;
  text-align: center;
}
.staffPermission .right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staffPermission .right .rightTop {
  padding: 12px 15px;
  background: #f9fafc;
  color: #515a6e;
  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;
}
.staffPermission .right .rightTable {
  padding-top: 40px;
  height: 335px;
}
.staffPermission .center {
  text-align: center;
}
.staffPermission .center .leftBtn {
  margin-top: 150px;
  margin-bottom: 8px;
}
.staffPermission .center .rightBtn {
  margin-top: 7px;
  margin-bottom: 5px;
}
.rolePermissions {
  height: 500px;
  overflow-y: auto;
}

