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.Borders.LineWidth = 1;
|
||||
|
||||
cell.CellFormat.Borders.LineWidth = 1.5;
|
||||
|
||||
cell.AppendChild(p);
|
||||
return cell;
|
||||
}
|
||||
|
|
|
@ -177,7 +177,6 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
|||
//序号
|
||||
value = " " + value;
|
||||
}
|
||||
|
||||
p.ParagraphFormat.Alignment = ParagraphAlignment.Center;
|
||||
|
||||
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.Borders.LineWidth = 1.5;
|
||||
|
||||
cell.AppendChild(p);
|
||||
return cell;
|
||||
}
|
||||
|
|
1811
SGGL/Model/Model.cs
1811
SGGL/Model/Model.cs
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue