From de7f03b10e73a91d8568e82c15ad8d780bcf8bc1 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期四, 24 八月 2023 15:51:55 +0800 Subject: [PATCH] 1 --- 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