From 8f4a4d4d8ce7f656bd301a5f624c9936d840d1fc Mon Sep 17 00:00:00 2001 From: liyh Date: Fri, 10 May 2024 17:14:10 +0800 Subject: [PATCH] 12 --- .../WeldingProcess/WeldingManage/JointInfo.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL/FineUIPro.Web/WeldingProcess/WeldingManage/JointInfo.aspx.cs b/HJGL/FineUIPro.Web/WeldingProcess/WeldingManage/JointInfo.aspx.cs index dd151d1..41cc615 100644 --- a/HJGL/FineUIPro.Web/WeldingProcess/WeldingManage/JointInfo.aspx.cs +++ b/HJGL/FineUIPro.Web/WeldingProcess/WeldingManage/JointInfo.aspx.cs @@ -987,7 +987,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage ws.SetColumnWidth(3, 12 * 256); ws.SetColumnWidth(4, 18 * 256); ws.SetColumnWidth(5, 19 * 256); - ws.SetColumnWidth(6, 13 * 256); + ws.SetColumnWidth(6, 16 * 256); ws.SetColumnWidth(7, 13 * 256); ws.SetColumnWidth(8, 14 * 256); ws.SetColumnWidth(9, 13 * 256);