::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box {
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.personnel .top {
  /* width: 100%; */
  /* height: 10vh; */
}
.personnel .top > div {
  /* width: 100%; */
  /* height: 100%; */
}
.personnel .allocation_three {
  width: 100%;
  padding: 15px;
  /* height: 77vh; */
}
.personnel .btn {
  width: 100%;
  /* height: 5vh; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.personnel .el-table__header {
  width: 100% !important;
}
.table-fixed ::v-deep .el-table__fixed-right {
  height: 100% !important;
}
.table-fixed ::v-deep .el-table__fixed {
  height: 100% !important;
}
