
.empty-selection[data-v-5abaf27c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  color: #909399;
}
.el-dropdown-link[data-v-5abaf27c] {
  cursor: pointer;
  color: #409eff;
}
.badge[data-v-5abaf27c] {
  background-color: #409eff;
  color: white;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 12px;
}

