[data-v-3a87f971] .ant-modal-body {
  max-height: 480px;
  overflow: auto;
}
.box[data-v-3a87f971] {
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 1em;
}
.box + .box[data-v-3a87f971] {
  margin-top: 1.5em;
}
.box-remove[data-v-3a87f971] {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #b4b4b4;
  top: -16px;
  right: -16px;
  border-radius: 16px;
  background-color: white;
  color: red;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.box:hover .box-remove[data-v-3a87f971] {
  display: block;
}
.list[data-v-3a87f971] {
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
.list > li[data-v-3a87f971] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list > li span[data-v-3a87f971] {
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list > li i[data-v-3a87f971] {
  width: 26px;
  line-height: 1.5;
}
.list > li[data-v-3a87f971]:hover {
  background-color: #d6eef5;
}

