.d-list[data-v-21f1d5c6] {
  min-height: 300px;
  background-color: #fafafa;
  padding: 5px;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 420px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
}
.d-list .d-item[data-v-21f1d5c6] {
    border-radius: 5px;
    padding: 3px 10px;
    margin: 5px;
    background-color: #dcebff;
    cursor: move;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    white-space: nowrap;
}


/*# sourceMappingURL=107.1764322692369.css.map*/