.count[data-v-df7f312e] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 100%;
}
.count[data-v-df7f312e]::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  border-right: 1px solid #e9e9e9;
}
.count .item:first-child .finished[data-v-df7f312e] {
  color: #f63232;
}
.count .item:last-child .finished[data-v-df7f312e] {
  color: #29c11b;
}
.count .item .number[data-v-df7f312e] {
  height: 50px;
}
.count .item .number .finished[data-v-df7f312e] {
  font-size: 48px;
  line-height: 1;
}
.count .item .tip[data-v-df7f312e] {
  color: #999;
}

.legend[data-v-e7ebdb20] {
  font-size: 12px;
}
.legend .block[data-v-e7ebdb20] {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 6px;
}
.column-chart[data-v-e7ebdb20] {
  margin-top: 10px;
}

[data-v-3fbdc298] .task-hide:hover .c-icon {
  visibility: visible;
}
[data-v-3fbdc298] .task-hide .c-icon {
  visibility: hidden;
}

