From ac1f8e130c8753d0a69f1e83d698c46d13c63044 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 20 三月 2025 17:46:50 +0800 Subject: [PATCH] 在库项目计划开工时间 --- src/components/Process/style/flow-viewer.scss | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/components/Process/style/flow-viewer.scss b/src/components/Process/style/flow-viewer.scss index 91c5d9b..76fb85c 100644 --- a/src/components/Process/style/flow-viewer.scss +++ b/src/components/Process/style/flow-viewer.scss @@ -7,7 +7,9 @@ .flowMsgPopover { display: none; } - +.bjs-powered-by { + display: none; +} .tipBox { width: 180px; background: #fff; @@ -214,7 +216,7 @@ margin-right: 8px; } - .willOvertime { + .overtime { background-color: #fcf5ea; padding: 4px; border: 1px solid #fce9c7; @@ -241,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