20240520 质量月报调整
This commit is contained in:
@@ -185,8 +185,8 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||||||
|
|
||||||
cell.CellFormat.VerticalAlignment = Aspose.Words.Tables.CellVerticalAlignment.Center;
|
cell.CellFormat.VerticalAlignment = Aspose.Words.Tables.CellVerticalAlignment.Center;
|
||||||
|
|
||||||
cell.CellFormat.Borders.LineWidth = 1;
|
cell.CellFormat.Borders.LineWidth = 1.5;
|
||||||
|
|
||||||
cell.AppendChild(p);
|
cell.AppendChild(p);
|
||||||
return cell;
|
return cell;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -177,7 +177,6 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||||||
//序号
|
//序号
|
||||||
value = " " + value;
|
value = " " + value;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.ParagraphFormat.Alignment = ParagraphAlignment.Center;
|
p.ParagraphFormat.Alignment = ParagraphAlignment.Center;
|
||||||
|
|
||||||
p.AppendChild(new Run(doc, value));
|
p.AppendChild(new Run(doc, value));
|
||||||
@@ -186,6 +185,8 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||||||
|
|
||||||
cell.CellFormat.VerticalAlignment = Aspose.Words.Tables.CellVerticalAlignment.Center;
|
cell.CellFormat.VerticalAlignment = Aspose.Words.Tables.CellVerticalAlignment.Center;
|
||||||
|
|
||||||
|
cell.CellFormat.Borders.LineWidth = 1.5;
|
||||||
|
|
||||||
cell.AppendChild(p);
|
cell.AppendChild(p);
|
||||||
return cell;
|
return cell;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
+1076
-735
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user