Fix color
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2025-06-30 13:22:35 +07:00
parent 266fd83299
commit 5d4509b121
10 changed files with 5 additions and 5 deletions

View File

@@ -698,8 +698,8 @@ namespace rmutr_report.Controllers
ws.Cell(row, 4).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
ws.Cell(row, 5).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
ws.Cell(row, 6).Style.Alignment.Horizontal = XLAlignmentHorizontalValues.Right;
ws.Range(ws.Cell(row, 1), ws.Cell(row, 6)).Style.Fill.BackgroundColor =
XLColor.FromArgb(255, 255, 204);
// ws.Range(ws.Cell(row, 1), ws.Cell(row, 6)).Style.Fill.BackgroundColor =
// XLColor.FromArgb(255, 255, 204);
ws.Cell(row, 1).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
ws.Cell(row, 2).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;
ws.Cell(row, 3).Style.Border.OutsideBorder = XLBorderStyleValues.Thin;

Binary file not shown.

Binary file not shown.

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d18005c6c511d04c081dc9cb61c1d9aa4311d5c8")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+266fd8329924167efa10d2656b87c5ac61f984eb")]
[assembly: System.Reflection.AssemblyProductAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyTitleAttribute("rmutr_report")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
7c84c4ab7bd6b3cc713d321640cf80b87b1e2d5a054ebc36f0ca6fe33ba88336
20eabfbff12bd77e7fe942b8d3868b41a2b26416c525b251210de52caaf60187

View File

@@ -1 +1 @@
d1b987b4b2a990157c8f7711f6a9711c7010ff44e2acfe0da7a65b1ef30c98f4
4dc7042201828daa5fb7651d7af586bfab87f3fa3d48733ee8eed4e32cf713f8

Binary file not shown.

Binary file not shown.