xiangpei
2025-01-03 5792e773390e7444cad0195ed2e45222476bd730
Merge remote-tracking branch 'origin/master'
1个文件已修改
15 ■■■■ 已修改文件
src/components/Process/style/flow-viewer.scss 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Process/style/flow-viewer.scss
@@ -97,7 +97,7 @@
    right: 10px;
  }
  // 流程线
  // 完成流程线
  .highlight.djs-shape .djs-visual > :nth-child(1) {
    fill: #56bb56 !important;
    stroke: #56bb56 !important;
@@ -118,7 +118,7 @@
    stroke: #56bb56 !important;
  }
  // 代办流程线
  .highlight-todo.djs-shape .djs-visual > :nth-child(1) {
    fill: #559db0 !important;
    stroke: #559db0 !important;
@@ -140,25 +140,26 @@
  }
  // 已超时流程线
  //方块内部颜色
  .highlight-overtime.djs-shape .djs-visual > :nth-child(1) {
    fill: #ff5353 !important;
    stroke: #ff5353 !important;
    fill-opacity: 0.2 !important;
  }
  //文字颜色
  .highlight-overtime.djs-shape .djs-visual > :nth-child(2) {
    fill: #ff5353 !important;
  }
  //人物ui颜色
  .highlight-overtime.djs-shape .djs-visual > path {
    fill: #ff5353 !important;
    fill-opacity: 0.2 !important;
    stroke: #ff5353 !important;
  }
  //前面那条线的颜色
  .highlight-overtime.djs-connection > .djs-visual > path {
    stroke: #ff5353 !important;
  }
}
  // 即将超时流程线
  .highlight-willOvertime.djs-shape .djs-visual > :nth-child(1) {
@@ -171,7 +172,7 @@
    fill: #eab24a !important;
  }
  .highlight-willOvertimeovertime.djs-shape .djs-visual > path {
  .highlight-willOvertime.djs-shape .djs-visual > path {
    fill: #eab24a !important;
    fill-opacity: 0.2 !important;
    stroke: #eab24a !important;