修改一致性核查颜色

IRC_NewDev
hang 2024-07-02 17:16:46 +08:00
parent 27b99eb3be
commit 5cc41b3b0f
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)