.row[data-v-31268981] {
  margin-bottom: 16px;
}
[data-v-31268981] .filter-icon {
  padding: 0 4px;
  cursor: pointer;
}
[data-v-31268981] .filter-icon svg {
    vertical-align: -3px;
}
[data-v-31268981] .filter-icon:hover svg,[data-v-31268981] .filter-icon.actived svg {
  fill: #004098;
}
.action-btn[data-v-31268981] {
  color: #004098;
  border-radius: 4px;
  padding: 6px 8px;
}
.action-btn.danger[data-v-31268981] {
  color: #e99015;
}
.action-btn[disabled][data-v-31268981] {
  color: #999;
}
.action-btn[data-v-31268981]:hover {
  background: #f6f6f8;
}

.strip[data-v-2609ee2e] {
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 85, 0.2)), color-stop(#ff0055), color-stop(rgba(255, 0, 85, 0.2)), color-stop(#1eb47b), color-stop(rgba(30, 180, 123, 0.2)), to(#ff0055));
  background: linear-gradient(to right, rgba(255, 0, 85, 0.2), #ff0055, rgba(255, 0, 85, 0.2), #1eb47b, rgba(30, 180, 123, 0.2), #ff0055);
  background-size: 300% 100%;
  opacity: 0;
}
@-webkit-keyframes thinking-2609ee2e {
0%,
  100% {
    background-position: 0% 0;
    opacity: 0.6;
}
50% {
    background-position: 100% 0;
    opacity: 0.9;
}
}
@keyframes thinking-2609ee2e {
0%,
  100% {
    background-position: 0% 0;
    opacity: 0.6;
}
50% {
    background-position: 100% 0;
    opacity: 0.9;
}
}
.strip.thinking[data-v-2609ee2e] {
  opacity: 0.8;
  -webkit-animation: thinking-2609ee2e 3s ease-in-out infinite;
          animation: thinking-2609ee2e 3s ease-in-out infinite;
}

