20240520 质量月报调整
This commit is contained in:
parent
8e03a1cff8
commit
3de388f25d
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PK
|
PK
|
||||||
|