From 2cdcaeae26ebd1b0be98b4dbb73662bb241877d3 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期五, 07 四月 2023 14:53:48 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/SRM-WEBAPI --- WebAPI/Controllers/Xt_grdAlignment_WMESController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/Xt_grdAlignment_WMESController.cs b/WebAPI/Controllers/Xt_grdAlignment_WMESController.cs index c0f49ba..86b7e5e 100644 --- a/WebAPI/Controllers/Xt_grdAlignment_WMESController.cs +++ b/WebAPI/Controllers/Xt_grdAlignment_WMESController.cs @@ -108,7 +108,7 @@ { var width = omdelsub[i].ColumnWidth; if (string.IsNullOrEmpty(width) || DBUtility.ClsPub.isLong(width) == 0) - width = "120"; + width = "80"; HGridString += $"{(i+1)}|{(omdelsub[i].IsHide == true ? 1 : 0)}|{omdelsub[i].Alignment}|{width},"; } HGridString = HGridString.Substring(0, HGridString.Length - 1); -- Gitblit v1.9.1