xiangpei
2025-03-02 897d9dce07aa716151b53b3204a81df63c8031e6
src/components/Process/style/flow-viewer.scss
@@ -216,7 +216,7 @@
      margin-right: 8px;
    }
    .willOvertime {
    .overtime {
      background-color: #fcf5ea;
      padding: 4px;
      border: 1px solid #fce9c7;
@@ -243,13 +243,13 @@
      margin-right: 5px;
    }
    .overtime {
      padding: 4px;
      background: #ffd1d1;
      border: 1px solid rgba(246, 181, 181, 0.1);
      border-radius: 3px;
      color: #ff5353;
      margin-right: 5px;
    }
    //.overtime {
    //  padding: 4px;
    //  background: #ffd1d1;
    //  border: 1px solid rgba(246, 181, 181, 0.1);
    //  border-radius: 3px;
    //  color: #ff5353;
    //  margin-right: 5px;
    //}
  }
}