修改一致性核查颜色

EICS-V1.5.2
hang 2024-07-02 17:16:46 +08:00
parent 27711f4184
commit 1b5a9673f6
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ namespace IRaCIS.Core.Application.MediatR.Handlers
else
{
//"Problems are as follows:
dialogMsg.AppendLine($"<br/><div style='color: yellow'>{_localizer["ConsistencyVerification_Prob"]}</div>");
dialogMsg.AppendLine($"<br/><div style='color: red'>{_localizer["ConsistencyVerification_Prob"]}</div>");
num = 0;
foreach (var item in dbExceptExcel)