From 4fa6fc75ed4f04088c3d975bb318e0eb3552c574 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期二, 18 三月 2025 09:04:35 +0800 Subject: [PATCH] 回显与排序bug解决 --- src/components/Process/style/flow-viewer.scss | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Process/style/flow-viewer.scss b/src/components/Process/style/flow-viewer.scss index 6628d1e..76fb85c 100644 --- a/src/components/Process/style/flow-viewer.scss +++ b/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; + //} } } -- Gitblit v1.8.0