From d783458b89df104e6b056c62b47bf3cb9a3cc05a Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Tue, 2 Jun 2026 16:28:55 +0800 Subject: [PATCH] 1 --- .../ProjectData/MasterProjectData.aspx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx b/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx index 723c0ee7..736be566 100644 --- a/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx +++ b/SGGL/FineUIPro.Web/ProjectData/MasterProjectData.aspx @@ -17,7 +17,23 @@ font-weight: bold !important; color: red !important; } - + + .ThreeMonthPause { + /*background-color: darkgray;*/ + background-color: blueviolet; + } + .MonthPause { + /*background-color: darkgray;*/ + background-color: red; + } + .WeekPause { + /*background-color: darkgray;*/ + background-color: deeppink; + } + .DayPause { + /*background-color: darkgray;*/ + background-color: hotpink; + } .Pause { /*background-color: darkgray;*/ background-color: red;