.el-empty[data-v-d44319e4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.el-empty[data-v-d44319e4] .el-empty__description p {
    font-size: 25px;
    margin: 10px 0;
}

@charset "UTF-8";
.steps-container[data-v-4eda19d2] {
  width: 100%;
  padding: 10px;
}

/* 状态图例样式 */
.status-legend[data-v-4eda19d2] {
  background: #f5f7fa;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.status-legend .legend-title[data-v-4eda19d2] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.status-legend .legend-items[data-v-4eda19d2] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.status-legend .legend-items .legend-item[data-v-4eda19d2] {
      display: flex;
      align-items: center;
      margin-right: 15px;
}
.status-legend .legend-items .legend-item i[data-v-4eda19d2] {
        font-size: 18px;
        margin-right: 5px;
}
.status-legend .legend-items .legend-item i.el-icon-loading[data-v-4eda19d2] {
          animation: rotating-4eda19d2 2s linear infinite;
}
.status-legend .legend-items .legend-item i.el-icon-success[data-v-4eda19d2] {
          color: #67c23a;
}
.status-legend .legend-items .legend-item i.el-icon-error[data-v-4eda19d2] {
          color: #f56c6c;
}
.status-legend .legend-items .legend-item span[data-v-4eda19d2] {
        font-size: 15px;
}

/* 流水线恢复按钮样式 */
.pipeline-repair-buttons[data-v-4eda19d2] {
  background-color: rgba(255, 236, 217, 0.9);
  border: 1px dashed #e6a23c;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.pipeline-repair-buttons .repair-title[data-v-4eda19d2] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.pipeline-repair-buttons .repair-title i[data-v-4eda19d2] {
      color: #e6a23c;
      font-size: 20px;
      margin-right: 8px;
}
.pipeline-repair-buttons .repair-title span[data-v-4eda19d2] {
      color: #9d5801;
      font-size: 16px;
      font-weight: 600;
}
.pipeline-repair-buttons .repair-actions[data-v-4eda19d2] {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.pipeline-repair-buttons .repair-actions .el-button[data-v-4eda19d2] {
      padding: 8px 15px;
      font-size: 14px;
      border-radius: 4px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.pipeline-repair-buttons .repair-actions .el-button[data-v-4eda19d2]:hover {
        transform: translateY(-2px);
        transition: all 0.3s;
}
.pipeline-repair-buttons .repair-actions .el-button i[data-v-4eda19d2] {
        margin-right: 4px;
}
.repair-buttons[data-v-4eda19d2] {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  width: 100%;
  justify-content: center;
}
.repair-buttons .repair-connector[data-v-4eda19d2] {
    position: absolute;
    bottom: -16px;
    left: 50%;
    height: 16px;
    width: 2px;
    background: #f56c6c;
    z-index: 8;
}
.repair-buttons .repair-connector[data-v-4eda19d2]::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #f56c6c;
}
.repair-buttons.error-repair[data-v-4eda19d2] {
    background-color: rgba(245, 108, 108, 0.1);
    padding: 8px;
    border-radius: 6px;
    border: 1px dashed #f56c6c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.repair-buttons .el-button[data-v-4eda19d2] {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    padding: 5px 8px;
}
.repair-buttons .el-button[data-v-4eda19d2]:hover {
      transform: translateY(-2px);
      transition: all 0.3s;
}
.repair-buttons .el-button i[data-v-4eda19d2] {
      margin-right: 4px;
}
.steps[data-v-4eda19d2] {
  display: flex;
  flex-wrap: wrap;
}
.steps .arr[data-v-4eda19d2] {
    width: 100%;
    /* flex: 1; */
}
.steps .step[data-v-4eda19d2] {
    width: 100%;
    /* .el-tooltip {
      width: 100%;
    }
    > span {
      flex: 1;
      ::v-deep.el-popover__reference-wrapper {
        width: 100%;
      }
    }
    > span /deep/ .el-popover__reference-wrapper {
      display: inline-block;
      width: 100%;
      > * {
        width: 100%;
      }
    } */
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 20%;
    flex-basis: 20%;
    flex-shrink: 1;
    flex-grow: 1;
}
.steps .step .el-tag[data-v-4eda19d2] {
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: relative;
      font-size: 16px;
      font-weight: 600;
      border: 1px solid #333;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      padding: 8px 10px;
      display: flex;
      align-items: center;
      /* justify-content: center; */
      /* text-align: center; */
      padding-left: 20px;
      height: auto;
      line-height: normal;
      max-width: 100%;
}
.steps .step .el-tag i[data-v-4eda19d2] {
        margin-right: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        text-align: center;
        transform: none !important;
        /* 防止图标被变形 */
        font-size: 18px;
        flex-shrink: 0;
}
.steps .step .el-tag .tag-text[data-v-4eda19d2] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1;
        min-width: 0;
}
.steps .step .el-tag.el-tag--success[data-v-4eda19d2] {
        border-color: #67c23a;
        background-color: rgba(103, 194, 58, 0.15);
        color: #2c7613;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
.steps .step .el-tag.el-tag--warning[data-v-4eda19d2] {
        border-color: #e6a23c;
        background-color: rgba(230, 162, 60, 0.15);
        color: #8a5700;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
        font-weight: 700;
}
.steps .step .el-tag.el-tag--danger[data-v-4eda19d2] {
        border-color: #f56c6c;
        background-color: rgba(245, 108, 108, 0.15);
        color: #c41d1d;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
.steps .step i.el-icon-right[data-v-4eda19d2],
    .steps .step i.el-icon-back[data-v-4eda19d2],
    .steps .step i.el-icon-bottom[data-v-4eda19d2] {
      transform: scaleX(2);
      /* width: 20px;
      transform: scaleX(1.6); */
      position: relative;
      right: -10px;
      font-size: 18px;
      display: flex;
      align-items: center;
}
.steps .step-block[data-v-4eda19d2] {
    justify-content: center;
    /* display: block; */
}
.steps .step-block .step-block-inner[data-v-4eda19d2] {
      /* background-color: pink; */
      width: calc(100% - 30px);
      display: flex;
      flex-direction: column;
      gap: 8px;
}
.steps .step-block .step-block-inner .el-tag[data-v-4eda19d2] {
        width: 100%;
}
.steps .step-reverse[data-v-4eda19d2] {
    flex-direction: row-reverse;
    /* padding-left: 0; */
}
.steps .step-reverse > i.el-icon-back[data-v-4eda19d2] {
      position: relative;
      left: -10px;
}
.steps .isHeadOrTail[data-v-4eda19d2] {
    /* background: #bfa; */
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: center;
    /* margin-bottom: 0px; */
}
.steps .isHeadOrTail .el-tag[data-v-4eda19d2] {
      flex: none;
      width: 100%;
      /* width: calc(100% - 30px);
      height: 35px; */
}
.steps .isHeadOrTail i.el-icon-bottom[data-v-4eda19d2] {
      left: auto;
      right: auto;
      position: absolute;
      /* bottom: 0%; */
      bottom: 0%;
      transform: scaleY(3.5) translateY(70%) !important;
      /* margin: 5px auto;
      position: relative;
      left: -15px; */
}

/* 状态图标样式 */
.el-icon-time[data-v-4eda19d2],
.el-icon-loading[data-v-4eda19d2],
.el-icon-success[data-v-4eda19d2],
.el-icon-error[data-v-4eda19d2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
  transform: none !important;
  font-size: 18px;
  flex-shrink: 0;
}

/* 状态动画 */
.el-icon-loading[data-v-4eda19d2] {
  animation: rotating-4eda19d2 2s linear infinite;
}
@keyframes rotating-4eda19d2 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.outContainer[data-v-1f5e61d4] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f5f7fa;
  transition: all 0.3s ease-in-out;
}
.search[data-v-1f5e61d4] {
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  margin: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.search[data-v-1f5e61d4]:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.search .search-form[data-v-1f5e61d4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    transition: all 0.3s ease;
}
.each[data-v-1f5e61d4] {
  width: 200px;
  transition: all 0.3s ease;
}
.each[data-v-1f5e61d4]:hover {
    transform: translateY(-1px);
}
.timeSelect[data-v-1f5e61d4] {
  width: 350px;
  transition: all 0.3s ease;
}
.timeSelect[data-v-1f5e61d4]:hover {
    transform: translateY(-1px);
}
.tableContainer[data-v-1f5e61d4] {
  flex: 1;
  overflow: hidden;
  background: #fff;
  margin: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.tableContainer[data-v-1f5e61d4]:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.tableContainer .table-header[data-v-1f5e61d4] {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebeef5;
    transition: all 0.3s ease;
}
.copy-container[data-v-1f5e61d4] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.copy-container[data-v-1f5e61d4]:hover {
    background-color: rgba(64, 158, 255, 0.1);
    transform: translateY(-1px);
}
.copy-hand-icon[data-v-1f5e61d4] {
  cursor: pointer;
  color: #409eff;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.copy-hand-icon[data-v-1f5e61d4]:hover {
    transform: scale(1.2) rotate(5deg);
    color: #1989fa;
}
.copy-container:hover .copy-hand-icon[data-v-1f5e61d4] {
  opacity: 1;
}
.count-badge[data-v-1f5e61d4] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.count-badge[data-v-1f5e61d4]:hover {
    transform: scale(1.05);
}
.count-badge.success[data-v-1f5e61d4] {
    background-color: #f0f9eb;
    color: #67c23a;
    box-shadow: 0 2px 4px rgba(103, 194, 58, 0.1);
}
.count-badge.warning[data-v-1f5e61d4] {
    background-color: #fdf6ec;
    color: #e6a23c;
    box-shadow: 0 2px 4px rgba(230, 162, 60, 0.1);
}
.count-badge.danger[data-v-1f5e61d4] {
    background-color: #fef0f0;
    color: #f56c6c;
    box-shadow: 0 2px 4px rgba(245, 108, 108, 0.1);
}
[data-v-1f5e61d4] .el-table {
  transition: all 0.3s ease;
}
[data-v-1f5e61d4] .el-table .el-table__header-wrapper th {
    background-color: #f5f7fa;
    color: #606266;
    font-weight: 600;
    transition: all 0.3s ease;
}
[data-v-1f5e61d4] .el-table .el-table__header-wrapper th:hover {
      background-color: #eef1f6;
}
[data-v-1f5e61d4] .el-table .el-table__row {
    transition: all 0.3s ease;
}
[data-v-1f5e61d4] .el-table .el-table__row:hover {
      background-color: #f5f7fa;
      transform: translateY(-1px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
[data-v-1f5e61d4] .el-table .el-table__row:hover .copy-hand-icon {
        opacity: 1;
}
[data-v-1f5e61d4] .el-tag {
  border-radius: 4px;
  padding: 0 8px;
  height: 24px;
  line-height: 22px;
  transition: all 0.3s ease;
}
[data-v-1f5e61d4] .el-tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
[data-v-1f5e61d4] .el-tag--success {
    background-color: rgba(103, 194, 58, 0.1);
    border-color: rgba(103, 194, 58, 0.2);
    color: #67c23a;
}
[data-v-1f5e61d4] .el-tag--danger {
    background-color: rgba(245, 108, 108, 0.1);
    border-color: rgba(245, 108, 108, 0.2);
    color: #f56c6c;
}
[data-v-1f5e61d4] .el-tag--primary {
    background-color: rgba(64, 158, 255, 0.1);
    border-color: rgba(64, 158, 255, 0.2);
    color: #409eff;
}
[data-v-1f5e61d4] .el-tag--warning {
    background-color: rgba(230, 162, 60, 0.1);
    border-color: rgba(230, 162, 60, 0.2);
    color: #e6a23c;
}
[data-v-1f5e61d4] .el-tag--info {
    background-color: rgba(144, 147, 153, 0.1);
    border-color: rgba(144, 147, 153, 0.2);
    color: #909399;
}
.el-dialog[data-v-1f5e61d4] {
  transition: all 0.3s ease;
}
.el-dialog[data-v-1f5e61d4]:hover {
    transform: translateY(-2px);
}
.el-dialog[data-v-1f5e61d4] .el-dialog__body {
    padding: 20px;
    transition: all 0.3s ease;
}
@keyframes fadeIn-1f5e61d4 {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.el-button[data-v-1f5e61d4] {
  transition: all 0.3s ease;
}
.el-button[data-v-1f5e61d4]:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.el-button[data-v-1f5e61d4]:active {
    transform: translateY(0);
}
@media screen and (max-width: 768px) {
.search-form[data-v-1f5e61d4] {
    flex-direction: column;
}
.each[data-v-1f5e61d4],
  .timeSelect[data-v-1f5e61d4] {
    width: 100%;
}
}

[data-v-0fe0a8d7] .el-table .row-expand-cover .cell .el-table__expand-icon {
  display: none;
}
.outContainer[data-v-0fe0a8d7] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.outContainer .table[data-v-0fe0a8d7] {
    flex: 1;
}
.btn[data-v-0fe0a8d7] {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.step-container[data-v-a04f951e] {
  width: max-content;
  display: flex;
  align-items: center;
}
.first[data-v-a04f951e] {
  margin-bottom: 10px;
}


.custom-tree-node {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.el-icon-delete{
    color: red;
    margin-left: 20px;
    font-size: 18px;
}
.el-icon-plus{
    color: green;
    font-size: 18px;
}

@charset "UTF-8";
.fade-enter-active[data-v-64fcbc06],
.fade-leave-active[data-v-64fcbc06] {
  transition: opacity 1s, transform 1s;
}
.fade-enter[data-v-64fcbc06], .fade-leave-to[data-v-64fcbc06] {
  opacity: 0;
  transform: translateY(30px);
}
.draggable-item[data-v-64fcbc06] {
  transition: all 1s;
}
.btn[data-v-64fcbc06] {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
.container[data-v-64fcbc06] {
  height: 600px;
  overflow-y: auto;
  padding: 20px;
  /* padding-left: 20px; */
  font-size: 18px;
}
.eachNode[data-v-64fcbc06] {
  display: flex;
  flex-direction: column;
}
.eachNode div[data-v-64fcbc06] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.eachNode .childNode[data-v-64fcbc06] {
    color: red;
    font-size: 16px;
}
.eachNode .el-icon-bottom[data-v-64fcbc06],
  .eachNode .el-icon-right[data-v-64fcbc06] {
    font-size: 25px;
    margin: 5px;
}

/* 流水节点 */
.el-timeline-item__content span[data-v-64fcbc06] {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
[data-v-64fcbc06] .el-timeline-item__timestamp {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
[data-v-64fcbc06] .el-step__description.is-wait,[data-v-64fcbc06] .el-step__description.is-finish,[data-v-64fcbc06] .el-step__description.is-error,[data-v-64fcbc06] .el-step__description.is-success,[data-v-64fcbc06] .el-step__description.is-process {
  margin-top: 5px;
}

.outContainer[data-v-2384c68e] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.outContainer .table[data-v-2384c68e] {
    flex: 1;
}
.btn[data-v-2384c68e] {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

