
.moudel[data-v-38574d14] {
  min-width: 1000px;
}
[data-v-38574d14]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-38574d14]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box[data-v-38574d14] {
  height: 100%;
  width: 100%;
  /* min-width:1000px; */
  padding: 15px;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.allocation_two_left[data-v-38574d14] {
  width: 100%;
  /* padding-bottom: 5px; */
  min-width: 450px;
  overflow: hidden;
}
.top[data-v-38574d14] {
  padding: 15px 15px 15px;
}
.allocation_two_left > div[data-v-38574d14] {
  display: inline-block;
}
.allocation_two_left .el-button[data-v-38574d14] {
  vertical-align: middle;
}
.allocation_two_left > .el-button[data-v-38574d14] {
  vertical-align: middle;
}
.allocation_three[data-v-38574d14] {
  width: 100%;
  /* height: 79vh; */
  padding: 0px 15px 0px;
  box-sizing: border-box;
}
.btn[data-v-38574d14] {
  width: 100%;
  /* height: 5vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 15px;
}

.update_items > label {
  margin-right: 22px;
}
.el-popconfirm__main {
  margin: 7px 75px 17px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.el-popconfirm__action {
  margin-bottom: 0px;
  overflow: hidden;
}
.el-popconfirm__action .el-button:nth-child(1) {
  float: right;
  margin-right: 21%;
  width: 72px;
  height: 32px;
  background: #055fe7;
  border-radius: 4px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.el-popconfirm__action .el-button:nth-child(2) {
  float: left;
  margin-left: 21%;
  width: 72px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #aeb5c2;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #2e3846;
}
