.box {
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
}
.personnel .top {
  /* width: 100%;
  height: 100%; */
}
.personnel .top > div {
  /* width: 100%; */
  /* height: 5vh; */
}
.personnel .allocation_three {
  width: 100%;
  /* height: 73vh; */
  padding: 0;
}
.personnel .btn {
  width: 100%;
  /* height: 5vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.personnel .el-divider {
  margin: 5px 0 15px;
}
.personnel .allocation_three_tagging {
  /* margin-bottom: 10px; */
}
.personnel .el-table__header {
  width: 100% !important;
}
