20240520 质量月报调整

This commit is contained in:
2024-05-20 16:41:20 +08:00
parent 8e03a1cff8
commit 3de388f25d
4 changed files with 1080 additions and 738 deletions
@@ -185,8 +185,8 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
cell.CellFormat.VerticalAlignment = Aspose.Words.Tables.CellVerticalAlignment.Center;
cell.CellFormat.Borders.LineWidth = 1;
cell.CellFormat.Borders.LineWidth = 1.5;
cell.AppendChild(p);
return cell;
}