.bar-item[data-v-7b535800] {
  width: 260px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 5px 26px;
  cursor: pointer;
  position: relative;
}
.bar-item span[data-v-7b535800] {
    display: block;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bar-item[data-v-7b535800]:hover {
    border: 1px solid #999999;
}
.bar-item[data-v-7b535800]:before, .bar-item[data-v-7b535800]:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #eeeeee;
    top: 6px;
}
.bar-item[data-v-7b535800]:before {
    left: 5px;
}
.bar-item[data-v-7b535800]:after {
    right: 5px;
}
.bar-item.left[data-v-7b535800]:before {
  background-color: #1890ff;
}
.bar-item.right[data-v-7b535800]:after {
  background-color: #ff4d4f;
}

